October 2002
Beginner
864 pages
18h 41m
English
Some database management systems also provide the DROP DATABASE statement, which is identical in usage to the DROP TABLE statement. The syntax for this statement is as follows: |
DROP DATABASE database_name
Note
The various relational database implementations require you to take different steps to drop a database. After the database is dropped, you will need to clean up the operating system files that compose the database.
Create a database with one table in it. Issue the DROP TABLE command and then issue the DROP DATABASE command. Does your database system allow you to do this? ...
Read now
Unlock full access