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 a tablespace? : Sql dba
What is dynamic query?
How can you fetch first 5 characters of the string?
What is difference between procedure and trigger?
Is grant a ddl statement?
define sql update statement ? : Sql dba
What is sqlcommand?
what is the difference between truncate and delete statement? : Transact sql
Can a varchar be a primary key?
What is package in pl sql with an examples?
What is a scalar value in sql?
What is sql data?
What are hotfixes and patches?
What is a null value?
What is the difference between delete and truncate commands?