4.6 Views
The actual tables in the schema for a relational database, the logical-level tables, are called base tables. In the standard three-level architecture, the top level consists of external views. An external view is the structure of the database as it appears to a particular user. In the relational model, the word view has a slightly different meaning. Rather than being the entire external model of a user, a relational view is a virtual table that is either a subset of a base table or is constructed by performing operations such as relational algebra selection, projection, join, or other calculations on base tables. Thus, an external model can comprise both actual base tables and views derived from tables.
The view mechanism is desirable ...
Get Databases Illuminated, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.