13a.      List the order in which the tables must be created and explain why.

 

The first tables which must be created are DEPARTMENT, or COURSE or STUDENT because they do not reference any other tables.

 

Table PROFESSOR must be created next because it references DEPARTMENT

 

Table CLASS must be the last table created because it references PROFESSOR, COURSE and STUDENT