Find out the 3rd highest salary?
Answer Posted / jagdish
select max(sal) from emp where sal!=(select max(sal) from
emp where sal!=(select max(sal) from emp))
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to update views?
What are character functions in sql?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
What is where clause in sql?
Can we join 3 tables in sql?
What is normalization sql?
Why is %isopen always false for an implicit cursor?
what is a trigger in mysql? Define different types of trigger. : Sql dba
how to rename an existing column in a table? : Sql dba
Why is there a need for sqlcode and sqlerrm variables?
What is bind reference and how can it be created?
what is an index? : Sql dba
What is bulk compiling in pl/sql.?
Does a primary key have to be a number?
Is sql low level language?