<=Back
The following is a database schema. Use it to answer the questions that follows
STUDENT (STUDENTID, STUDENTNAME);
COURSE (COURSEID, COURSENAME);
LECTURER (LECTURERID, LECTURENAME);
• A student is assigned a course
• A lecturer delivers a course
• A student can be assigned many courses
• A lecturer can deliver only one course
Draw an entity relationship diagram (ERD) for the database
 Viewed: 398 times
Share in: