Contents Index Displaying system tables Creating views

ASA SQL User's Guide
  Working with Database Objects

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 let you tailor access to data in the database. Tailoring access serves several purposes:


Creating views
Using views
Using the WITH CHECK OPTION clause
Modifying views
Deleting views
Browsing the information in views
Views in the system tables

Contents Index Displaying system tables Creating views