how to find the second highest salary from emp table?
Answer Posted / chiguru&
SELECT MAX(SALARY) FROM EMPLOYEE WHERE SALARY NOT IN
(SELECT MAX(SALARY) FROM EMPLOYEE)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is inner join in sql?
How to rename a column in the output of sql query?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
what is the difference between nested subquery and correlated subquery?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
Can we connect to postgresql using sql developer?
Are there any features that are decommissioned in 11g that are not present in 11g?
what are the nonstandard string types? : Sql dba
Which tcp/ip port does sql server run?
Why cross join is used?
Can you skip header records while loading? : aql loader
How do I add a database to sql?
How to execute a stored procedure?
How do you update f as m and m as f from the below table testtable?
How can you save or place your msg in a table?