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 is Relationship set?
What is parallel database architecture?
What is raid and what are different types of raid configurations? : sql server architect
What is indexing and what are the different kinds of indexing?
Does storing of data in stored procedures increase the access time? Explain?
What are the different phases of transaction?
How do you communicate with an RDBMS?
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?
What is 5NF?
What is database architecture?
What does n tier mean?
What is a view? How it is related to data independence?
What is model database? : sql server architect
What is degree of Relationship type?
Illustrate physical database architecture in brief? : sql server architect