how to find the second highest salary from emp table?
Answer Posted / anantkreshna v
select max(sal) from emp_table where sal < (select max(sal)
from emp_table);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why we use sql profiler?
What is %s in sql?
How can you get sql*loader to commit only at the end of the load file? : aql loader
What is set serveroutput on in pl sql?
What are the triggers associated with image items?
What is using in sql?
what are date and time functions in mysql? : Sql dba
What does over partition by mean in sql?
Can we rollback after truncate?
What are the types of functions in sql?
what is sql in mysql? : Sql dba
What is rtm in testing?
What is the advantage of index in sql?
what are local and global variables and their differences? : Sql dba
What are the different sql languages?