Multiple choice technology databases Which one is correct statement about inline views....? inline view is a schema object is a subquery used in where clause inline view can't have group functions 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.