what is syntex second or third highest salary.
thanks & Regards
Dhirendra sinha
Answer Posted / praveen singh
select min(salary) from salary where salary in(select top 3
salary from salary order by salary desc)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the use of keyword with encryption.
What is log ldf?
How to access the deleted record of an event?
What is a dbms wizard?
How many types of keys are there?
How to delete a database in ms sql server?
What are the various Operating system files that every SQL server 2005 database has and what is the purpose.
What is a heap?
What is database replication? What are the different types of replication you can set up in sql server?
After removing a table from database, what other related objects have to be dropped explicitly?
What is @@error in sql?
What are the steps to insert a table?
What guidelines should be followed to help minimize deadlocks?
What does ss stand for sexually?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture