bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

SQL DROP VIEW Keyword

Concept visual

SQL DROP VIEW Keyword

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

DROP VIEW Keyword

Previous

❮ SQL Keywords

Next

Drop View

The DROP VIEW

command deletes a view. The following SQL drops the "Brazil Customers" view:

Example

DROP VIEW [Brazil Customers];

Previous

❮ SQL Keywords

Next

Previous

SQL DROP TABLE and TRUNCATE TABLE Keywords

Next

SQL EXEC Keyword