-- connect to database; connect to cs3db3; --++++++++++++++++++++++++++++++++++++++++++++++ -- DROP TABLES student, taking, course --++++++++++++++++++++++++++++++++++++++++++++++ DROP table Student; DROP table Course; DROP table Taking;