can anybody tell us, how to select 2nd max salary from
table.
my id is ashish.akk@gmail.com
Answer Posted / kumar amit ranjan
To find Top 3 max Sal.... to put any number on the place of
3 to find nth max sal...
select top 3 sal from emp order by sal desc
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is an index. What are the types?
What is indexing a document?
How to define and use table alias names in ms sql server?
How would we use distinct statement? What is its use?
What are various limitations of the views?
When is update_statistics command used?
What are the restrictions that views have to follow?
Define a cross join?
What is self contained scalar sub query?
How to specify the collation for a character data type in ms sql server?
What are the five major components of a dbms?
What is the difference between the 2 operating modes of database mirroring?
What is a fill factor?
Explain the functionalities that views support?
Can you type more than one query in the query editor screen at the same time?