SQL DROP VIEW Keyword
DROP VIEW
The DROP VIEW
command deletes a view.
The following SQL drops the "Brazil Customers" view:
Example
DROP VIEW [Brazil Customers];
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.
The DROP VIEW
command deletes a view.
The following SQL drops the "Brazil Customers" view:
DROP VIEW [Brazil Customers];