Name of the view to drop.
- database_name
- user_name
- Name of the containing database or user for the view to be dropped.
Example: Dropping a View
This request drops a view named dept300.
DROP VIEW dept300;
Name of the view to drop.
This request drops a view named dept300.
DROP VIEW dept300;