Write a query to find second highest salary of an employee.
Answer Posted / shahid parvez
select max(sal) from Emp where sal < (select max(sal) from
Emp)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are character functions in sql?
What is column?
Why do we use triggers?
How do I count rows in sql query?
What are the various restrictions imposed on view in terms of dml?
explain access control lists. : Sql dba
What is microsoft t sql?
What is trigger and how to use it in sql?
What are the disadvantages of not performing database normalization?
Which command is used to delete a trigger?
What is sql stand for?
Which type of cursor is used to execute the dml statement?
Explain 3 basic parts of a trigger.
Can I create table without primary key?
How do you explain an index?