how to find the fifth highest salary?
Answer Posted / srinu
SELECT MIN(SAL) FROM(SELECT TOP 5 * FROM EMP ORDER BY SAL
DESC) AS MIN_SAL
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is VDL (View Definition Language)?
Can we use commit inside the trigger? If not then how can we save the transaction made by the trigger?
What is the difference between cube operator and roll up operator? : sql server architect
What is extension and intension?
What is E-R model?
What is Record-at-a-time?
When is a functional dependency F said to be minimal?
What is the difference between stored procedures and stored functions in oracle?
What is Data Model?
Describe the three levels of data abstraction?
Explain what are the database objects? : sql server architect
Do you know what the restrictions applicable while creating views are? : sql server architect
What is Lossless join property?
What is difference between two tier and three tier?
What is one tier architecture?