Working with views

Views are computed tables. You can use views to show database users exactly the information you want to present, in a format you can control.

Similarities between views and base tables

Views are similar to the permanent tables of the database (a permanent table is also called a base table) in many ways:

Differences between views and permanent tables

There are some differences between views and permanent tables:

Benefits of tailoring access

Views are used to tailor access to data in the database. Tailoring access serves several purposes: