Prev | SQL Engine Reference | Next |
DROP VIEW
This statement removes a specified view from the database.
Syntax
DROP VIEW view-nameRemarks
[CASCADE | RESTRICT] is not supported.
Examples
The following statement drops the vw_person view definition from the dictionary.
DROP VIEW vw_personSee Also
Prev DROP TRIGGER |
Contents Up Check for Revisions | Next END |