This statement removes a specified view from the database.
DROP VIEW view-name
[CASCADE | RESTRICT] is not supported.
The following statement drops the vw_person view definition from the dictionary.
DROP VIEW vw_person
CREATE VIEW
Chapter contents Publication contents
Prev topic: DROP TRIGGER Next topic: END