Dropping a View
The DROP VIEW statement deletes the specified view.
The following statement drops the cust_order view.
Command> DROP VIEW cust_order;
The DROP VIEW statement deletes the specified view.
The following statement drops the cust_order view.
Command> DROP VIEW cust_order;