how to find the second highest salary from emp table?
Answer Posted / abhay
select max(sal) from emp where sal< (select max(sal) from
emp)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you explain an index?
What is schema in sql example?
Can we use join in subquery?
Can sql developer connect to db2?
What is the usage of distinct keyword?
What is percent sign in sql?
Differentiate between % rowtype and type record.
How would you reference column values before and after you have inserted and deleted triggers?
How can I delete duplicate rows?
What are the datatypes available in pl/sql ?
how can we destroy the session, how can we unset the variable of a session? : Sql dba
How to change sql*plus system settings?
How to avoid using cursors?
How many parts of a pl sql block are optional?
How do you update sql?