how to find the second highest salary from emp table?
Answer Posted / teja
select max(sal) from emp where empsal<(selelect max(sal)
from emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can a pl sql block be executed?
Define commit, rollback and savepoint?
Which certification is best for sql?
Why are cursors used?
What is the difference between jpql and sql?
What is a string data type in sql?
What are different methods to trace the pl/sql code?
What is dml and ddl?
what are aggregate and scalar functions? : Sql dba
What are the types of queries in sql?
Is delete faster than truncate?
Can we insert data into view?
Is it mandatory for the primary key to be given a value when a new record is inserted?
Define concurrency control. : Transact sql
How does cross join work in sql?