skip to main content
SQL statements : DDL statements : DROP VIEW
 

DROP VIEW

This statement removes a view from the database. You can change the definition of a view by dropping and re-creating it.

Syntax 

DROP VIEW [qualifier.][owner.]view_name

Example 

DROP VIEW V1