how to find the second highest salary from emp table?
Answer Posted / amol
select MAX (sallary) from emp where sallary<=(select MAX(sallary) from emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How show all rows in sql?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
What is sqlservr exe?
What are sql data types?
How many triggers can be applied on a table?
what is self-join? : Sql dba
is it possible to pass an object or table to a procedure as an argument?
What are sql*plus environment variables?
What is compute?
What are the syntax and use of the coalesce function?
explain advantages of innodb over myisam. : Sql dba
How to rename a table?
What is sqlexception in java?
Inline the values in PL/SQL, what does it mean.?
What does truncate mean in sql?