Question

What is an SQL `VIEW`?

A A physical table that stores a subset of data from another table.
B A stored procedure that returns a result set.
C A virtual table based on the result-set of an SQL query, providing a dynamic window into data.
D A temporary table created during query execution that is discarded afterwards.
E A mechanism to define relationships between different tables.
Practice Next

Hey! Ask a query