/
DROP VIEW
DROP VIEW
Removes a view from the current database.
Syntax
DROP VIEW [schema_name.]view_name;
Description
This statement only removes the view definition from the database schema, without making any changes to the actual data in the underlying base tables.
See Also
, multiple selections available,
Related content
DROP VIEW
DROP VIEW
More like this
DROP SCHEMA
DROP SCHEMA
More like this
DROP TABLE
DROP TABLE
More like this
DROP TABLE
DROP TABLE
More like this
TRUNCATE TABLE
TRUNCATE TABLE
More like this
TRUNCATE TABLE
TRUNCATE TABLE
More like this