June 10th, 2009
Data Definition Language, DROP VIEW
Posted by
admin in
Q. Data Definition Language
You use a DROP VIEW command to delete a view.
Format:
DROP VIEW view_name;
> Dropping a table does not remove a view, but a view can not function without a base table.
> A table can be empty (no data) without being dropped.
Comments Off