how to find the fifth highest salary?

Answer Posted / arun

Select max(Employee_Sal) From Employee where Employee_Code
in(Select Top 5 Employee_Code,Employee_Name,Employee_Sal
From Employee Order by Employee_sal desc)

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about the implementation of stored procedures?

522


What are page splits? : sql server architect

495


What is 1 NF (Normal Form)?

501


What is "transparent DBMS"?

522


Name the sub-systems of a RDBMS?

480






What is a query?

525


what is the difference between LENGTH AND SIZE?

2140


How is the data structure of System R different from the relational structure?

465


When is a functional dependency F said to be minimal?

462


What is the difference between layer and tier?

483


What are the different phases of transaction?

493


What is one tier architecture?

453


What is an Entity type?

510


Explain about the implementation of business logic in stored procedures?

424


Explain the truncate command? : sql server architect

443