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];

Continue reading SQL DROP VIEW Keyword