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
Why schema is used in sql?
Which is better varchar or nvarchar?
What is the difference between the sql*loader and import utilities? : aql loader
Compare sql & pl/sql
What is sql mysql pl sql oracle?
What is the difference between instead of trigger and after trigger?
Show code of a cursor for loop.
What is the difference between a query and a report?
Explain about various levels of constraint.
What is left join in sql?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
what is single byte over head in oracle..?
How delete all records from table in sql?
What are the possible values for the boolean data field?
What is auto increment feature in sql?