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
what are the advantages a stored procedure? : Sql dba
What is data profiling in sql?
What's the procedure?
What are the differences between in and exists clause?
What are primary key and foreign key and how they work?
What does the file extension accdb stand for?
How many triggers can be applied on a table?
what is table? : Sql dba
What is sql in java?
Inline the values in PL/SQL, what does it mean.?
What are the events on which a database trigger can be based?
What does data normalization mean?
What is sql clause?
What is the command used to fetch the first 5 characters of a string?
How do you rank data in sql?