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 are different functions in sql?
what is table? : Sql dba
What are the 3 types of behavioral triggers?
What is sqlca in powerbuilder?
Which certification is best for sql?
Difference between truncate, delete and drop commands?
What is the difference between nested table and varray?
How can we store rows in PL/SQL using array?
What are user defined functions?
what are the performance and scalability characteristics of mysql? : Sql dba
How to avoid using cursors?
What is java sql connection?
What is package in pl sql with an examples?
What is the difference between unique and primary key constraints?
Why do we use procedures in pl sql?