Views
DROP VIEW Statement

Description

The DROP VIEW statement deletes the view.

Syntax

Here is the syntax:

DROP VIEW view_name;

On execution, we get:

Query successfully completed