how to find the second highest salary from emp table?
Answer Posted / muhammed zaheer
select max(sal) from emp where sal < (select max(sal) from
emp)
| Is This Answer Correct ? | 86 Yes | 16 No |
Post New Answer View All Answers
How to get help at the sql prompt?
What is clustered index in sql?
what is not null constraint? : Sql dba
what is a unique key ? : Sql dba
Can a key be both primary and foreign?
What is the use of function in sql?
Explain the difference between drop and truncate commands in sql?
Explain alias in sql?
Which version of sql do I have?
What is a string data type in sql?
what are the authentication modes in sql server? How can it be changed? : Sql dba
What is the difference between rename and alias?
Explain the difference between rename and alias?
Explain normalization and what are the advantages of it?
Does sap use sql?