how to check the 3rd max salary from an employee table?
Answer Posted / kumar sumit
select max(sal) from emp where sal not in(select max(sal)
from emp where sal not in(select max(sal) from emp))
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is sql server agent? : Sql dba
what is bcp? When does it used? : Sql dba
Do we need to rebuild index after truncate?
What is the current version of sql?
Is primary key always clustered index?
what is schema? : Sql dba
what is dbms? : Sql dba
define sql insert statement ? : Sql dba
what are all the common sql function? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
Does group by remove duplicates?
what is collation? : Sql dba
What is the best sql course?
what are aggregate and scalar functions? : Sql dba
Is primary key clustered index?