how to find the second highest salary from emp table?
Answer Posted / arvind
select max(salary) from table_name where sal<(select
max(salary) from table_name)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is nosql good?
What is oracle sql called?
what is a trigger? : Sql dba
What is delimiter in pl sql?
What type of join is sql join?
How do I view tables in sql developer?
what is csv? : Sql dba
Why do we use sql constraints? Which constraints we can use while creating database in sql?
What is the difference between cluster and non-cluster index?
what is schema? : Sql dba
Why is %isopen always false for an implicit cursor?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
What is sql performance tuning?
How can you get sql*loader to commit only at the end of the load file? : aql loader
What are the differences between implicit and explicit cursors?