Beginner SQL
Q24 / 100

What is a "view" in SQL?

Correct! Well done.

Incorrect.

The correct answer is B) A virtual table based on the result of a stored SELECT query

B

Correct Answer

A virtual table based on the result of a stored SELECT query

Explanation

A view is a saved query that behaves like a virtual table, presenting data from one or more underlying tables without storing the data itself.

Progress
24/100