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


Please Help Members By Posting Answers For Below Questions

Are the resulting relations of PRODUCT and JOIN operation the same?

513


What is a two tier wage system?

454


What is 5NF?

493


what is the difference between LENGTH AND SIZE?

2136


Not only RDBMS takes care of locating data it also

451






What are page splits? : sql server architect

489


What is the difference between a user defined function and a stored procedure?

491


What are the unary operations in Relational Algebra?

496


What do you mean by Correlated subquery?

498


When is a functional dependency F said to be minimal?

457


What is Set-at-a-time or Set-oriented?

524


What are the the Advantages of DBMS?

494


What is an Entity set?

547


What are the primitive operations common to all record management systems?

564


What is Data Independence?

537