Multiple choice technology databases

Which one is correct statement about inline views....?

  1. inline view is a schema object

  2. is a subquery used in where clause

  3. inline view can't have group functions

  4. none of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Inline views are subqueries in the FROM clause (not WHERE clause), are NOT schema objects (they're temporary query constructs), and CAN contain group functions. Since A, B, and C are all incorrect, D (none of the above) is the correct answer.