Computer Science for IGCSE & O level - Databases (Section 4 - No. 27)

What is a view in a database?
A physical copy of a table's data.
A virtual table based on the result-set of an SQL statement.
A database user's profile.
A backup of the database.

Explanation

A view is a virtual table based on a SELECT statement.

Comments (0)

Advertisement