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 master database? : sql server architect

481


Explain logical database components? : sql server architect

429


What is join dependency and inclusion dependency?

461


Explain about the implementation of stored procedures?

508


What is database architecture?

403






in oracle BPM composer in part BA model on design model in enterprise model i cannot connection with value chain model work not links in part properties do you can me help me?

1095


Explain what are the restrictions that views have to follow? : sql server architect

460


What is SDL (Storage Definition Language)?

493


Which part of the RDBMS takes care of the data dictionary? How

633


What does n tier mean?

406


State about the security aspects of stored procedures?

548


State the different extensions for stored procedures?

464


what is the difference between LENGTH AND SIZE?

2130


Name the sub-systems of a RDBMS?

469


What is the job of the information stored in data-dictionary?

480