+ 1
How to delete a database..?
I want to delete my database with all of it's data.
6 Answers
+ 2
tnx... I want to try
+ 1
You would type DROP DATABASE then the database name.
+ 1
DROP DATABASE yourDatabaseName;
0
thankx
0
use the drop database syntax
0
DROP TABLE TABLE_NAME