NAME DROP_VIEW - remove a view SYNOPSIS DROP VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION ... DROP VIEW drops an existing view. To execute this command you mu…relations have rules. NOTES Use the DROP VIEW statement to drop views. Be careful that ... ALSO ALTER VIEW ( ALTER_VIEW (7)), DROP VIEW ( DROP_VIEW (7)), CREATE MATERIALIZED VIEW (…ALSO CREATE VIEW ( CREATE_VIEW (7)), DROP VIEW ( DROP_VIEW