Multiple choice technology databases Which is correct about an inline view It is query with alias name It is subquery with alias name Both None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation An inline view is a subquery in the FROM clause that has a correlation name (alias). It acts like a temporary table within the query scope, unlike a regular view which is a stored schema object.