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 a Relation Schema and a Relation?
Explain the microsoft sql server delete command? : sql server architect
Explain logical database components? : sql server architect
What is internal database?
How is the data structure of System R different from the relational structure?
What is degree of Relationship type?
What is database architecture?
What is 2 tier 3 tier architecture?
What is msdb database? : sql server architect
What is difference between two tier and three tier?
Do you know what the restrictions applicable while creating views are? : sql server architect
What is Query evaluation engine?
What is database architecture? : sql server architect
What is E-R model?
When is a functional dependency F said to be minimal?