how to check the 3rd max salary from an employee table?
Answer Posted / amit
select max(sal) from emp where sal<(select max(sal) from emp where sal<(select max(sal) from emp));
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are all different types of collation sensitivity?
What are the types of join and explain each?
What are pl sql procedures?
discuss about myisam index statistics collection. : Sql dba
What will you get by the cursor attribute sql%rowcount?
Explain the the update statement in sql?
How many sql databases can you have on one server?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
Is sql a microsoft product?
What's the difference between inner join and left join?
How do you explain an index number?
how to shutdown mysql server? : Sql dba
What is group function in sql?
What is thread join () in threading?
Can we create table in function?