Answer Posted / aswini
select min(sal) from (select sal from emp order by sal desc) where rownum<=100
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is dcl in sql?
What is dml statement?
What is the difference between null value, zero, and blank space?
What does cursor do in sql?
How do temporal tables work?
Which kind of parameters cannot have a default value in pl sql?
What are the different datatypes available in PL/SQL?
Explain the components of sql?
Can we create clustered index without primary key?
what is a tablespace? : Sql dba
What is an inconsistent dependency?
How do I edit a trigger in sql developer?
What is int identity in sql?
What is union and union all keyword in sql and what are their differences?
What pl/sql package consists of?