DROP VIEW

Updated: October 28, 2024

Remove a view

Synopsis:

 DROP VIEW [IF EXISTS] view-name 

Description:

The DROP VIEW statement removes a view created by the CREATE VIEW statement. Although the view is removed from the database schema, no data in the underlying tables are modified.