- Explore
- Collaborate
- Visualize
- Connect
- Pricing
- Updates
- We're hiring
How to Drop a View in SQL Server in SQL Server
To drop a view, use the DROP VIEW
command:
drop view category_1_products_v;
To drop a view, use the DROP VIEW
command:
drop view category_1_products_v;