please tell me the query to get details of the employee
having the second largest salary
Answer Posted / eswar
select max(salary) from emp
where salary<(select max(salary) from emp)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is acid properties?
What is the fastest way to permanently delete a 1 million row table named customers?
What is database isolation in sql server? : sql server database administration
Explain transaction server isolation?
What is use of dbcc commands?
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
What is service broker?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
What new data source types were added in ssrs 2014?
What is the difference between functions and stored procedures?
How to list all objects in a given schema?
What are the types of ssrs?
Can I use sql azure as a backup with log shipping or database mirroring?
What does the on update no action do?
Mention what are the core components of ssrs?