A view is deleted with the DROP VIEW
statement.
SQL DROP VIEW Syntax
DROP VIEW view_name;
The following SQL drops the "Brazil Customers" view:
Example
DROP VIEW [Brazil Customers];
Practice Excercise Practice now
A view is deleted with the DROP VIEW
statement.
The following SQL drops the "Brazil Customers" view:
Practice Excercise Practice now