DROP VIEW Syntax
Parameters
MATERIALIZED
MATERIALIZED
Optional keyword for clarity; has no impact on functionality
IF EXISTS
IF EXISTS
Optional error-suppression clause; if specified, no error will be returned if the given
view does not exist
<schema name>
<schema name>
Name of the schema containing the view to remove
<view name>
<view name>
Name of the view to remove