how to find the second highest salary from emp table?
Answer Posted / jhansi
select max(sal) from emp where sal<any(select max(sal) from
emp)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many row comparison operators are used while working with a subquery?
How to pipe multiline string to isql?
How do you run a query?
what is the difference between myisam static and myisam dynamic? : Sql dba
How do I run a sql trace?
Why use stored procedures?
Compare sql & pl/sql
What is replication id?
What are different types of statements supported by sql?
What is the largest value that can be stored in a byte data field?
Where is pl sql used?
what are the different type of normalization? : Sql dba
What is sql performance tuning?
what is heap table? : Sql dba
What is primary key in db?