Find out the 3rd highest salary?
Answer Posted / tathagoto
select sal from (select sal from salary order by sal desc)
where rownum <4;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Differentiate between pl/sql and sql?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What is trigger explain it?
What does fetching a cursor do?
Can a procedure in a package be overloaded?
Explain foreign key in sql?
How do I write a cron which will run a sql query and mail the results to agroup?
What is a call statement? Explain with an example.
What is foreign key in sql with example?
What is tuple in sql?
How to set up sql*plus output format in oracle?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
What is difference between table and view?
What company owns postgresql?
Is inner join same as self join?