Sun Jul 15, 2012 10:34 pm
TRUNCATE 'Department'
DELETE FROM Department WHERE NumOfStudents< 5
DROP TABLE Department
DROP TABLE IF EXISTS 'Department';
DROP TABLE 'Department', 'Student', 'Course';
ALTER TABLE 'Department' DROP INDEX 'index_cat_id'
DROP DATABASE myDB
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.