Removes a view.
DROP VIEW [IF EXISTS] view_name;
DROP VIEW active_products; DROP VIEW IF EXISTS old_report;