Answer Posted / mousumi dalai
select min(sal) from emp where sal in
( select sal from
(select sal from emp order by sal desc)
where rownum<=3)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is java sql connection?
How to disable a trigger name update_salary?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
write an sql query to find names of employee start with 'a'? : Sql dba
How you improve the performance of sql*loader? : aql loader
what is row? : Sql dba
What is primary and foreign key?
what is 'trigger' in sql? : Sql dba
how can we destroy the session, how can we unset the variable of a session? : Sql dba
What is difference between pl and sql?
What are properties of the transaction?
How do you declare a variable in pl sql?
How do you update a sql procedure?
How many types of triggers are there in pl sql?
How can you load multi line records? : aql loader