Find out the 3rd highest salary?
Answer Posted / sheik
select top 1 * from(select top 3 *from emp order by salary
desc)d order by salary asc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which is better varchar or nvarchar?
What is the difference between delete, truncate and drop command?
what is error ora-03113: end-of-file on communication channel?
describe transaction-safe table types in mysql : sql dba
Explain exception handling in pl/sql?
what is the difference between clustered and non clustered index in sql? : Sql dba
Mention what is the function that is used to transfer a pl/sql table log to a database table?
Can you have a foreign key without a primary key?
What is set serveroutput on in pl sql?
What is over () in sql?
what is top in tsql? : Transact sql
What is a trigger word?
What is java sql connection?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
What is a ddl command?