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


Please Help Members By Posting Answers For Below Questions

What are the various Operating system files that every SQL server 2005 database has and what is the purpose.

594


How do I view a trc file?

503


Can you insert NULL in unique column?

621


What are the system database in sql server 2008?

571


What are Row versions of DataRow?

604






Do you know what is rank function?

619


How to truncate the log in sql server 2012? : sql server database administration

567


You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?

638


What are the differences between web role and worker role?

100


Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?

547


What is the usage of sign function?

591


How do you manipulate data?

489


How to handle error or exception in sql?

527


How do I trace a query in sql server?

539


What is sql server profiler?

569