adspace
what is different between inline query,subquery& corelated
query?
Answer Posted / thulasidas kp
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 ? | 11 Yes | 3 No |
Post New Answer View All Answers