-- This script drops the tables of the University Database. -- -- csun@calstatela.edu, 7/5/2009 drop table enrollment; drop table sections; drop table courses; drop table grades; drop table students; drop table faculty; drop table departments;