Loading...
Select Version
Information on all the views for which the current authorization identifier has privileges.
Column name | Data type | Contents | ||||
TABLE_CATALOG | CHAR (18) | Database name | ||||
TABLE_SCHEMA | CHAR (31) | Name of the schema to which the view belongs | ||||
TABLE_NAME | CHAR (31) | Name of the view | ||||
VIEW_DEFINITION | VARCHAR | Query expression that defines the view if the NULL value in all other cases | ||||
CHECK_OPTION | VARCHAR (8) | NONE No check option set CASCADED Check option set | ||||
IS_UPDATABLE | VARCHAR (3) |
|
Table 103: VIEWS view of the INFORMATION_SCHEMA