Answer Posted / rohit kumar
select min(sal) from (select sal from emp order by sal
desc) where rownum <= 3
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
What is bulk collect in pl sql?
explain about mysql and its features. : Sql dba
What is out parameter used for eventhough return statement can also be used in pl/sql?
What are the query optimization techniques?
Why do we use cursors?
How do I truncate a word?
How do I view a table in sql?
How do I create a memory optimized filegroup?
How do I run a sql query in pgadmin 4?
What do you mean by “trigger” in sql?
when MSQL8.0 is in market
What is the location of pre_defined_functions.
What is sql*loader?
What is rownum?
Is join same as left join?