The DROP VIEW statement deletes the view.
DROP VIEW
Here is the syntax:
DROP VIEW [IF EXISTS] view_name;
On execution, we get:
Query successfully completed