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
What is tier in database?
What is external database?
Explain about the difficulties faced by the database developer in implementing pre compiled statements?
What is app tier?
Which part of the RDBMS takes care of the data dictionary? How
What does n tier mean?
Explain about the process which takes place to execute a stored routine?
What is Data Storage - Definition Language?
How many types of stored procedure?
What is a two tier wage system?
What is database architecture? : sql server architect
Do you know what the restrictions applicable while creating views are? : sql server architect
What is a Database system?
Describe the three levels of data abstraction?
What is the difference between stored procedures and stored functions in oracle?