Data definition
DROP VIEW
Reference and syntax for the DROP VIEW command.
Deletes a view.
Syntax
Parameters
Parameter | Description |
---|---|
<view_name> | The name of the view to be deleted. |
CASCADE | When specified, causes all dependent database objects such as views and aggregating indexes to be dropped also. |