Answer Posted / suresh.pathuri
It is the select stataement in the from clause of the another select statement .it used simplyfy the complex queries and removing the many join operations on the table.
this type
select * from(select rownum from emp order by rownum desc) suresh where rownum<=5;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you save or place your msg in a table?
How would you pass hints to the sql processor?
What does closing a cursor do?
What are sql indexes?
what are the 'mysql' command line options? : Sql dba
What is the use of function in sql?
Can we use join in subquery?
What is sql query limit?
What are the qualities of 2nf?
Is oracle sql free?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
How to display the records between two range in Oracle SQL Plus?
What does over partition by mean in sql?
What is an exception in PL/SQL? What are the two types of exceptions?
how are mysql timestamps seen to a user? : Sql dba