Find out the 3rd highest salary?
Answer Posted / suneel
select level,max(sal)from af where level=3 connect by prior
sal>sal group by level;
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
What is the difference between Union and Union all. Which is faster.
What is bulk collect in pl sql?
Can we use pl sql in sql server?
Can primary key be changed?
What is crud sql?
Why procedure is used in sql?
What is online transaction processing (oltp)?
what is the difference between $message and $$message? : Sql dba
how to write date and time literals? : Sql dba
Does inner join remove duplicates?
Write a sql select query that only returns each name only once from a table?
Explain what is sql?
What does the sign mean in sql?
What is the mutating table and constraining table?
What is the use of count (*) in sql?