how to find the second highest salary from emp table?
Answer Posted / jithu
SELECT MAX(SALARY) FROM EMPLOYEE WHERE SALARY NOT IN
(SELECT MAX(SALARY) FROM EMPLOYEE)
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
Can we use pl sql in mysql?
What is difference between sql and oracle?
what is collation? : Sql dba
What are the possible values for the boolean data field?
What is procedure and function in sql?
What is dbo in sql?
What is file based approach?
How can I delete duplicate rows?
what are numeric data types? : Sql dba
what are string data types? : Sql dba
what is the stuff function and how does it differ from the replace function? : Sql dba
What are the methods of filing?
How do I run a sql trace?
What is basic structure of pl sql?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?