Answer Posted / soumya
select * from (select rownum, salary from emp order by
salary ) where rownum=100;
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What is the purpose of normalization?
What is the difference between alter trigger and drop trigger statements?
What is the best sql course?
what are the properties and different types of sub-queries? : Sql dba
What are the advantages of pl sql over sql?
Can we use rowid as primary key?
Can one improve the performance of sql*loader? : aql loader
what are wild cards used in database for pattern matching ? : Sql dba
Which command is used to delete a package?
what is msql? : Sql dba
Does varchar need length?
What is an escape character in sql?
What is the difference between union and union all command?
Which sql statement is used to return only different values?
What are the different sql languages?