Previous Topic: Elements

Next Topic: Dataviews

SQL Views

Views are alternative virtual representations of the data from one or more tables. A view is a "derived table" which can include all or some of the columns contained in the table or tables on which it is defined. Views can also be defined on other views. Views are created by and accessed by SQL statements only.