write a query for the fifth highest salary?
Answer Posted / aravind
select * from (select sal from emp order by desc) emp where
rownum = 5
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
Which is the best graph database?
What is Object Oriented model?
What is difference between data and database?
What are different types of joins used in?
You are creating a Index on EMPNO column in the EMPLOYEE table. Which statement will you use?
how can you perform lookup range in lookup stage expalin in detail?
Which three commands cause a transaction to end?
What is odm in database?
Is it good to store images in database?
can u combine pipeline parallelism and partition parallalism? how and whan?
Can you create a database in word?
issues involved in modeling and building data werahouses
Which Statement would you use to remove the EMPLOYEE_Id_PK PRIMARY KEY constraint and all depending constraints from the EMPLOYEE table?
How does non-cluster index functions?
How default key is different from primary key?