How to find the second largest salary in the emp database and
also How to find 3rd,4th and so on ........ in the emp database
plz mail the answer @ mak2786@gmail.com
Answer Posted / riyazkhan
select Sal from Employee where Sal != (select max(Sal) from Employee) Order By Sal desc
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why I can not enter 0.001 second in date and time literals in ms sql server?
What is policy management?
What’s the use of custom fields in report?
Explain the phases a transaction has to undergo?
How sql server enhances scalability of the database system?
What happens if date-only values are provided as date and time literals?
Can you move the resources after pausing the node? : sql server database administration
How to see existing views in ms sql server?
What is built-in/administrator?
Can you explain what are various ways to enhance the ssrs report?
What is read uncmmited?
What is factless fact table? : sql server analysis services, ssas
Which command is used for user defined error messages?
Are null values the same as that of zero or a blank space?
How to read data in a table with "select" statements?