1. Computing

Discuss in my forum

Drop Database SQL Command

By , About.com Guide

Definition: The drop database command is used when you no longer need one of the SQL databases on your server. It will remove it permanently. It is phrased as: drop database [DatabaseName];
Examples:
This will remove the database 'Dresses' from the MySQL server:
drop database Dresses;
  1. About.com
  2. Computing
  3. PHP / MySQL
  4. MySQL Commands
  5. Drop database - SQL Drop Database - MySQL Drop Database

©2013 About.com. All rights reserved.