Tables, Views, and Files
Remove a View
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
Was this page helpful?
The DROP VIEW
statement deletes the view.
Here is the syntax:
DROP VIEW [IF EXISTS] view_name;
On execution, we get:
Query successfully completed
Was this page helpful?