DROP VIEW
The DROP VIEW command deletes a view.
The following SQL drops the “Brazil Customers” view:
Example
DROP VIEW [Brazil Customers];
The DROP VIEW command deletes a view.
The following SQL drops the “Brazil Customers” view:
DROP VIEW [Brazil Customers];