Find out the 3rd highest salary?

Answer Posted / s.dineshkumar

Select Top 1 Salary from (Select top 3 Salary from Employee
order by salary desc ) a

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is a column in a table?

573


How do I run a sql trace?

522


What are the uses of sysdate and user keywords?

631


What do we need to check in database testing?

558


How can you create an empty table from an existing table?

596






How does join work in sql?

556


What are the operators in sql?

529


What is sql and db2?

535


What are the 3 modes of parameter?

681


What is record data type?

518


Is mariadb nosql?

586


What are the disadvantages of file system?

617


what is a trigger in mysql? : Sql dba

605


Explain the difference in execution of triggers and stored procedures?

571


Can delete statement be rollbacked?

527