8.7. DROP VIEW
Synopsis
DROP VIEW view_name
Description
Drop an existing view.
Examples
Drop the view orders_by_date:
DROP VIEW orders_by_date
DROP VIEW view_name
Drop an existing view.
Drop the view orders_by_date:
DROP VIEW orders_by_date