Write a query to find second highest salary of an employee.
Answer Posted / monika
select max(sal) from emp where sal<select max(sal) from emp
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is attribute indicator in pl sql?
What are the types of variables use in pl sql?
Explain cursor types?
Why primary key is required?
What are literals in sql server?
What is a trigger word?
What is join view in sql?
Name the different types of indexes in sql and define them.
Is postgresql a nosql database?
What is keys and its types?
What are all the different normalizations?
How do you know if a relationship is 2nf?
What does closing a cursor do?
How do you update a value in sql?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba