how to find the fifth highest salary?
Answer Posted / soumen saha
select max(sal) from table where level=5 connect by prior
sal>sal;
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the 3 levels of data abstraction?
Explain about recursive stored procedures?
What is a view? How it is related to data independence?
Brief theory of Network, Hierarchical schemas and their properties
Explain logical database components? : sql server architect
What are page splits? : sql server architect
What is tier in database?
What is n tier architecture with example?
What is external database?
What is E-R model?
What is difference between 2 tier and 3 tier architecture?
What is a Database system?
What is System R? What are its two major subsystems?
What is a query?
What is the job of the information stored in data-dictionary?