adspace
what is different between inline query,subquery& corelated
query?
Answer Posted / dhana
An inline view is a SELECT statement in the FROM-clause of
another SELECT statement. In-line views are commonly used
simplify complex queries by removing join operations and
condensing several separate queries into a single query.
This feature was introduced in Oracle 7.
| Is This Answer Correct ? | 79 Yes | 13 No |
Post New Answer View All Answers