Use the View Properties window to access information on column datatype and permissions, and on database objects that reference, and are referenced by, the view.
Click the Name field of the view, then click the drop-down arrow and select Properties.
Pages | Properties |
---|---|
General | The name, type, database, owner, and creation date of the view. |
SQL | The SQL statements for creating the view. |
Columns | The name and type of all columns in the view. |
Data | The data for each row in the view. |
Permissions | Grant and revoke permissions on a view to users, groups, or roles. |
Referenced By | The name, type, owner, and properties of objects referenced by this view. . |
References | The name, type, owner and properties of objects that this view references. |