Views are data tables that are derived from one or more existing stored tables or non-SQL defined records. By defining a view, you can combine several tables or records and present them as one table. Alternatively, views also enable you to select certain columns and rows from stored tables and records. By defining a view, you can create a table that presents a subset of information in the database.
When a view is accessed, data is retrieved directly from the source tables or records. Thus, a view always presents a current picture of data stored in the database. Source tables and records can be modified through a view if the user has the authority to do so.
Using
Views can be used to:
Creating
Views can be created in two ways:
Limits on Use
Views created through ASF can be used in ASF as source tables for other views. Logical record views created through the subschema compiler cannot be used in ASF as source tables for other views. Likewise, you cannot derive views from views derived from non-SQL defined records.
|
Copyright © 2014 CA.
All rights reserved.
|
|