Curriculum
Course: SQL
Login

Curriculum

SQL

SQL References

0/80

MySQL Functions

0/139

SQL Server Functions

0/84

SQL Quick Ref

0/1
Text lesson

DROP VIEW

DROP VIEW

The DROP VIEW command is used to delete a view.

The subsequent SQL statement eliminates the “Brazil Customers” view:

Example

DROP VIEW [Brazil Customers];