Multiple choice technology databases Which best describes an inline view? a schema object a subquery that can contain an ORDER BY clause another name for a view that contains group functions a subquery that is part of the FROM clause of another query Reveal answer Fill a bubble to check yourself D Correct answer Explanation An inline view is a subquery enclosed in parentheses and placed in the FROM clause of a parent query. It acts as a temporary virtual table during query execution and is not stored as a schema object in the database.