write a query for the fifth highest salary?
Answer Posted / bezalel
select salamt from
(
select rownum n,salamt from
(
select distinct salamt from emp order by salamt desc
)
)
where n=5
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What the various ways to tune a teradata query
What is database bounce?
What is difference between server and database?
Can a database table exist without a primary key?
what is transaction state, buffer management, shadow paging
What is the difference between primary key, foreign key and candidate key?
What are different types of resources?
where can i free download sqlserver2008..i can install sqlserver2008 without visual studio 2008 and work on it
What is database and its types?
What are the tools used for backup and ticketing?
HOW WE PASS PARM PARAMETERS TO CL VARIABLES FROM RPGLE?
What is the best database?
What are the disadvantages of views in a database?
What is table scan and index scan?
Why do we need distributed database?