how to find the second highest salary from emp table?
Answer Posted / rajat
select max(sal) from table_name sal<(select max(sal)
from table_name)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the usage of the distinct keyword?
what are wild cards used in database for pattern matching ? : Sql dba
Why do we use view in sql?
Is it possible to read/write files to-and-from PL/SQL?
What is cursor in pl sql with examples?
What are the ddl commands?
What is optimistic concurrency control? : Transact sql
Is nosql faster than sql?
what is rollback? : Sql dba
Explain ddl statements in pl/sql?
What is the use of partition by in sql?
How to run sql*plus commands in sql developer?
What is the location of pre_defined_functions.
What is the difference among union, minus and intersect?
What is the basic form of sql query?