Database Reference
In-Depth Information
Figure 9.4
The webpage2 table has been dropped.
The CASCADE does not function in the current version of MySQL but if you are using
this topic to learn SQL for other systems it is useful to know about. Newer versions of
MySQL may well implement this function.
DROP
The DROP command also can be used to delete entire databases. To do this you omit the
TABLE keyword as follows:
DROP
databasename
We will not demonstrate this command because we want to use our database for the rest
of the topic!
Search WWH ::




Custom Search