cs348/PSO_9/scripts/drop.sql

6 lines
102 B
MySQL
Raw Normal View History

2018-10-29 15:52:17 -04:00
drop table Enrolled;
drop table Class;
drop table Faculty;
drop table Student;
drop table Department;