how to find the second highest salary from emp table?
Answer Posted / udayalakshmij
select emp_name,max(salary) from emp except(select max(salary) from emp);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
What is sql and explain its components?
Can you upgrade sql express to full sql?
What is a data manipulation language?
What are all different types of collation sensitivity?
Is postgresql a server?
Which join is default?
What is error ora-01000: maximum open cursors exceeded
Which software is used for pl sql programming?
Define union, minus, union all, intersect ?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Can you selectively load only those records that you need? : aql loader
What is bind reference and how can it be created?
How long it takes to learn pl sql?
Is left join same as inner join?