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
How do I pipe the output of one isql to another?
which tcp/ip port does sql server run on? : Sql dba
Explain exception handling in pl/sql?
what is a foreign key ? : Sql dba
Sql technical questions
what are null values? : Sql dba
What is trigger in sql?
Is progress software supports to ( pl/sql )?
Can we use the cursor's to create the collection in PL/SQL?
What is a sql select statement?
How to start oracle sql developer?
What is dml and ddl?
How do I view a view in sql?
What is forward declaration in pl sql?
Is sql a dbms?