Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Tables, views, and indexes » Views

 

Capabilities of regular views, materialized views, and tables

The following table compares the capabilities of regular views, materialized views, and tables:

Allows Regular views Materialized views Tables
Access privileges Yes Yes Yes
SELECT Yes Yes Yes
UPDATE Some No Yes
INSERT Some No Yes
DELETE Some No Yes
Dependent views Yes Yes Yes
Indexes No Yes Yes
Integrity constraints No No Yes
Keys No No Yes