The SQL DROP VIEW statement is the SQL command that removes an entire SQL view.
You may drop an view permanently when it is no longer useful or temporarily. If the view is not useful it could be dropped.
Also, if a view needs to be changed it would be dropped and then created again with changes in place.
The SQL DROP VIEW command is used as follows.
SQL DROP VIEW Statement Syntax
SQL DROP VIEW Statement Example
The following example drops a view named V_PERSON.
Advertisements:
Infogoal.com is organized to help you gain mastery.
Examples may be simplified to facilitate learning.
Content is reviewed for errors but is not warranted to be 100% correct.
In order to use this site, you must read and agree to the
terms of use, privacy policy and cookie policy.
Copyright 2006-2020 by Infogoal, LLC. All Rights Reserved.