In: Computer Science
A faculty has many departments. A department belong to one faculty.
Faculty has Faculty ID, Faculty name, Faculty Address
Department has Department ID, Department name
Department can have many teachers. Teacher only belongs to one department,
Teacher has teacherID, teacher_name, teacher_address and phone_number
Teacher can teach many students. Student can be taught by many teachers.
Student has student_id and student_name
Student can register many courses. Courses can be registered by many students
Course has courseID, course_name
Department can have many courses. Course belong to one department