Answer Posted / sannnnnnnnnnn
select max(sal) from emp where sal<(select max(sal) from emp)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the contrast amongst drop and truncate?
Is it possible to call a stored procedure within a stored procedure?
Is sql server implemented as a service or an application? : Sql server database administration
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
Explain syntax for viewing trigger?
Explain the difference between cross join and full outer join?
What is filtered index?
what are the types of indexes? : Sql server database administration
Why do we partition data?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
What is Extended user-defined?
Explain nested join?
What happens if you insert a duplicate key for the primary key column in ms sql server?
How to view the error log for any specific instance? : sql server database administration
How to get the definition of a trigger back?