Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Inline vs sub query - techincal difference.

948010Jul 7 2012 — edited Jul 8 2012
After searching a lot on net the differences between inline view and sub-query that i came across are
1) you can use order by in inline view but not in sub-query.
2) you can use alias for inline view but not sub query.

But i don't understand/know, that if i have to featch the same outcome using both the functionality respectively, then what is the technical impact/better.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2012
Added on Jul 7 2012
4 comments
25,813 views