Find out the 3rd highest salary?
Answer Posted / jagdish
select max(sal) from emp where sal!=(select max(sal) from
emp where sal!=(select max(sal) from emp))
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you create an update query?
Is inner join same as self join?
How does join work in sql?
Explain aggregate functions are available there in sql?
What is the use of prepared statement?
What is trigger price?
What is difference between primary and secondary key?
Can we enter data in a table in design view?
What are stuff and replace function?
Which table is left in join?
What mean sql?
how to get help information from the server? : Sql dba
How to find 3rd highest salary of an employee from the employee table in sql?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What is the difference between execution of triggers and stored procedures?