DROP VIEW
Description
Deletes the view from the database.
Syntax
DROP VIEW [owner_name.]view_name ;
Notes
Example
DROP VIEW newcustomers ;
Authorization
The user executing this statement must have any of the following privileges:
SQL Compliance |
SQL-92, ODBC Core SQL grammar |
Environment |
Embedded SQL, interactive SQL, ODBC applications |
Related Statements |
CREATE VIEW |