Answer Posted / murali
select salary from (select salary from table order by salary
desc) v where rownum<=100
Is This Answer Correct ? | 8 Yes | 19 No |
Post New Answer View All Answers
What are the parts of a sql statement?
What is the maximum number of rows in sql table?
What are % type and % rowtype?
What is asqueryable?
what is offset-fetch filter in tsql? : Transact sql
how can you create an empty table from an existing table? : Sql dba
what is a record in a database ? : Sql dba
What does cursor do in sql?
How is data stored in sql?
What are expressions?
How do I clear the screen in sql plus?
What is data types in sql?
How many sql statements are used? Define them.
Mention what does the hierarchical profiler does?
Are stored procedures faster than queries?