Find out the 3rd highest salary?
Answer Posted / tathagoto
select min(sal) from (select sal from (select sal from
salary order by sal desc) where rownum <
4);
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is embedded sql with example?
What is numeric function sql?
What is spool?
How can you get sql*loader to commit only at the end of the load file? : aql loader
Is inner join same as self join?
What is a nested table in word?
Can you have more than one key in a database?
What is a temporal table?
what is 'mysqlcheck'? : Sql dba
how to enter binary numbers in sql statements? : Sql dba
What is the reports view in oracle sql developer?
What is sqlcontext?
When is the update_statistics command used?
Is sql a backend language?
describe mysql connection using mysql binary. : Sql dba