ReferenceSQL ReferenceSQL CommandsDROP VIEWOn this pageDROP VIEWRemoves a view.SyntaxDROP VIEW <view_name>Parameters<view_name> StringThe path of the view that you want to drop.ExamplesDrop a viewDROP VIEW demo.example_viewDrop a specific view from a sourceDROP VIEW Weather.SFWeatherElevation"Weather Conditions"