Is there a way to make a list of available courses (with there sections, and time) , and when the dean choose one of them to a specific student, a new record is added to the enrollment table,
the record will include Student_id, Course_id, Section_no , etc..
can't find a way except using a query to display the available courses with there sections
and don't know what to do next!