How to Drop a View in SQL Server
To drop a view, use the DROP VIEW command:
drop view category_1_products_v;Previous
How to Create a ViewFrom SQL Server query to chart to Slack in seconds
Get to answers faster, together, with PopSQL and SQL Server