Which of the following statements is correct? a. If a subquery is used in the outer querys

Question:

Which of the following statements is correct?
a. If a subquery is used in the outer query’s FROM clause, the data in the temporary table can’t be referenced by clauses used in the outer query.
b. The temporary table created by a subquery in the outer query’s FROM clause must be assigned a table alias, or it can’t be joined with another table by using the JOIN keyword.
c. If a temporary table is created through a subquery in the outer query’s FROM clause, the data in the temporary table can be referenced by another clause in the outer query.
d. None of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: