Write a query to find second highest salary of an employee.
Answer Posted / akilis.org@hotmail.com
Let us assume that
Table Name:salary
Coloumn Name:maxsal(int)
select * from salary order by maxsal desc limit 1,1;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we join same table in sql?
Is not null in sql?
What does seeding a database mean?
What are the ways on commenting in a pl/sql code?
is mysql query is case sensitive? : Sql dba
Is merge a dml statement?
What are the advantages of indexing?
what is the difference difference between procedure and packages
What does := mean in pl sql?
How many times can we commit in a loop?
Does truncate free space?
What are types of joins?
Is sqlite free?
how do you control the max size of a heap table? : Sql dba
What is scope and visibility in PL/SQL?