Courses table
The Courses table is used list all the classes a student can take.

It has 4 normal fields and Course ID which is an auto enter serial number.
(primary key)
Put 16 courses in the table.

BACK