Previous |
Next
What is the SQL DROP VIEW Statement?The SQL DROP VIEW statement is the SQL command that removes an entire SQL view. Why Use the SQL DROP VIEW Statement?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. How To Use the SQL DROP VIEW StatementThe 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.
|
| HOME | SQL OVERVIEW | SQL BASICS | SQL ADMINISTRATION | SQL ADVANCED | SQL SYNTAX |
| Copyright© 1999-2012, First Place Software, Inc. |
