Build Your Own DatabaseDriven Website Using PHP amp;amp; MySQL [Electronic resources]

Kevin Yank

نسخه متنی -صفحه : 190/ 103
نمايش فراداده

DROP DATABASE

DROP DATABASE [IF EXISTS] db_name

This is a dangerous command. It will immediately delete a database along with all of its tables. This query will fail if the database does not exist (unless IF EXISTS is specified), or if you don't have the required privileges.