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


Login
ADS CODE