You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to be able to link the professors and courses. Currently, in the database there is no expression of a particular professor teaching a particular course.
Key Result
Pick one of the strategies below to link courses and professors
Details
Ways to go about this could be:
adding the professor_id to the Courses table
creating a "Teaches" table to have the course id and professor id
to create a full "Schedule" table to include office hours, classes being taught, and all agenda data for a professor
The text was updated successfully, but these errors were encountered:
@mfekadu
Objective
Need to be able to link the professors and courses. Currently, in the database there is no expression of a particular professor teaching a particular course.
Key Result
Pick one of the strategies below to link courses and professors
Details
Ways to go about this could be:
The text was updated successfully, but these errors were encountered: