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

Brief theory of Network, Hierarchical schemas and their properties

457


What is tier in database?

422


What is degree of Relationship type?

541


Can we use commit inside the trigger? If not then how can we save the transaction made by the trigger?

514


What is an Entity set?

548






What is SDL (Storage Definition Language)?

497


What is Relationship type?

540


Explain about the difficulties faced by the database developer in implementing pre compiled statements?

417


what is the difference between LENGTH AND SIZE?

2136


What is the Disadvantage in File Processing System?

483


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

460


What do data architects do?

437


What is internal database?

461


Explain about the process which takes place to execute a stored routine?

434


What is 4NF?

517