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
Is ms sql traffic encrypted?
What is sql rowcount?
How do I delete a trigger?
What is difference between table and view?
How many joins in sql?
What is clustered and nonclustered index in sql?
Why stored procedure is better than query?
What does inner join mean?
What is trigger in sql and its types?
What do you understand by case manipulation functions?
how to delete an existing column in a table? : Sql dba
What does trigger mean in slang?
what is innodb? : Sql dba
Mention what is the use of function "module procedure" in pl/sql?
How to create an array in pl/sql?