Answer Posted / cpnagar
select top 1 salary from(select distinct top 3 salary from
emp order by salary desc)as e order by e.salary
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What do I need to start working with sql studio? : sql server management studio
What does ss stand for sexually?
What is the purpose of forms?
How important do you consider cursors or while loops for a transactional database?
What is the purpose of linked server configuration in sql server?
To which devices can a backup be created and where should these devices be located? : sql server management studio
How to copy the tables, schema and views from one sql server to another?
What does <> symbol mean?
What are the types of normalization?
What is a scheduled job or what is a scheduled task?
What are triggers? How do you invoke a trigger on demand?
Explain filtered indexes benefits?
What are extended events in sql server?
Explain timestamp datatype?
What is the difference between web edition and business edition?