Description

The DROP VIEW statement deletes the view.

Syntax

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