Answer Posted / satish prajapati
select min(sal) from (select
sal from emp order by sal
desc) where rownum <= 3
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
how to use case expression? : Sql dba
How do I run sql?
What is foreign key in sql with example?
What is sqlcontext?
what are the drivers in mysql? : Sql dba
What is memory optimized table?
how would you enter characters as hex numbers? : Sql dba
How do I view stored procedures?
What is pls_integer in pl sql?
How to handle bulk data?
Write a query to find the names of users that begin with "um" in sql?
What is the sql*loader? : aql loader
What is an oracle stored procedure?
What is full join in sql?
How do I restart sql?