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
How to get a list of columns using the "sys.columns" view in ms sql server?
What are page splits? : SQL Server Architecture
What are the extra roles available in msdb? : sql server security
You want to implement the one-to-one relationship while designing tables. How would you do it?
How do I find the size of a sql server database?
What is a result set object returned by odbc_exec()?
What is command parameter in ssrs?
Indexes are updated automatically is the full-text index also updated automatically?
what is a deadlock? : Sql server database administration
What is the latest version of microsoft sql server?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
What is difference between group by and having?
What is the new security features added in sql server 2016? : sql server security
Explain the microsoft sql server delete command?
you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration