how to find the second highest salary from emp table?
Answer Posted / surya
Select max(sal) from employee where sal not in(select max
(sal) from employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to combine two stored procedures in sql?
Does oracle use sql?
What is the difference between rename and alias?
What is sharding in sql?
What is pl sql package?
Can a table contain multiple foreign key’s?
How do you use a while loop in pl sql?
what is unique key constraint? : Sql dba
What is flag in sql?
What is secondary key?
Why is a primary key important?
What is write ahead logging in sql server?
Where can I learn sql for free?
How to download oracle sql developer?
Define union, minus, union all, intersect ?