how to find the second highest salary from emp table?
Answer Posted / sreenadh reddy
select max(sal) from emp where sal <(select max(sal) from
emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between stored function and application function?
What are all different types of collation sensitivity?
Can a procedure in a package be overloaded?
How to sort the rows in sql.
what is a unique key ? : Sql dba
how many values can the set function of mysql take? : Sql dba
Is drop table faster than truncate?
What is the difference between jpql and sql?
Can we insert in sql function?
Is coalesce faster than isnull?
Can we use pl sql in mysql?
What is the difference between rollback and rollback to statements?
What is the sql*loader? : aql loader
Which sorts rows in sql?
What is a design view?