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
Explain natural key?
HOW WE PASS PARM PARAMETERS TO CL VARIABLES FROM RPGLE?
Is hive a database?
What is the difference between specialization and generalization?
How much does it cost to build a database?
can i use the commands "modify" and Change in DB2 to alter my column datatype and its name in a table?
Does facebook use graph database?
What is the DIF format and when we will use in teradata
Explain entity ?
How default key is different from primary key?
What is aws documentdb?
what is the role of auditor in auditing data oriented applications?
Explain the record term used in database.
Explain various types of locks in a transaction? Which is better and why?
How to implement database security?