write a query for the fifth highest salary?

Answer Posted / prasanna

select max(sal) from emp where sal not in (select Top 4 sal
from emp order by sal desc)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a query to retrieve for many to many relationships?

576


What is lagging in DBMS ?

816


What is the difference between primary and candidate key?

578


how to reject duplicates in source sequential file and if by filter option then where is that filter option in the sequential file.

1111


How do I manually create a database?

567






What is dialect in database?

559


can any one tell me how i can start database testing mean what should be initial point and how i can write a query for listing page of any item thanks in advance

2103


Explain partial key?

656


what is rcp,if rcp disabled what happen?

1716


How to do performance tunning a database in DB2 V8.2 UDB in linux

1847


What is ase database?

555


When should you not use firebase?

609


What are database connection details?

644


Explain phantom deadlock?

781


Is database a hardware or software?

538