D

Database View

Definition

A virtual table based on the result set of a stored SQL query. Views simplify complex queries, provide a layer of abstraction over underlying tables, and can enforce security by restricting access to specific columns or rows of data.

Defined Term