how to check the 3rd max salary from an employee table?
Answer Posted / srinivas
select max(sal) from emp where sal<(select max(sal) from emp where sal<(select max(sal) from emp))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to start mysql server? : Sql dba
Can we use distinct and group by together?
If a cursor is open, how can we find in a pl/sql block?
Can we rollback truncate?
Is primary key always clustered index?
what is schema? : Sql dba
what is collation? : Sql dba
How do I remove duplicates in two columns?
Is primary key clustered index?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is bcp? When does it used? : Sql dba
what is sql server agent? : Sql dba
what are the advantages of sql ? : Sql dba
what is dbms? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba