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

What is SDL (Storage Definition Language)?

502


What is master database? : sql server architect

490


What are the levels of architecture?

455


Not only RDBMS takes care of locating data it also

454


What is database architecture? : sql server architect

479






How is the data structure of System R different from the relational structure?

465


What is difference between 2 tier and 3 tier architecture?

441


Explain about recursive stored procedures?

462


How many types of stored procedure?

500


How do you communicate with an RDBMS?

516


What do you mean by atomicity and aggregation?

516


What is hypermedia database?

460


What is Query evaluation engine?

508


What is meant by query optimization?

532


What is a Relation Schema and a Relation?

506