Find out the 3rd highest salary?
Answer Posted / sathiskumar
select min(sal) from (select top 3 salary from employee);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is a primary key? : Sql dba
What is the use of double ampersand (&&) in sql queries? Give an example
Is t sql a programming language?
What is the current version of postgresql?
What are the events on which a database trigger can be based?
How to revise and re-run the last sql command?
Why do we need a foreign key?
What is the difference between having clause and where clause?
Is sql a case sensitive language?
what is subquery? : Sql dba
When can we use the where clause and the having clause?
Is join and inner join the same?
Is it possible to create startup or shutdown trigger for on-schema?
What is an example of translating a date into julian format?
Advantages and disadvantages of stored procedure?