-- Comp2400 Assignment 3

-- Name: Joseph Curtis
-- ID: 3952239

drop role u3952239_Student;
drop role u3952239_Tutor;
drop role u3952239_CourseManagers;

drop view Tutorial;
drop view AssessmentItem;
drop view AssignmentSummary;
drop view Student_Student;
drop view Student_Mark;
drop view Tutor_Student;
drop view Tutor_Mark;
drop view MarkSummary;
drop view Student;
drop view Mark;
drop view FinalMark;
