View Management

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 Data Access

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