Consider the student and section entities from the grading database shown, in slightly modified form, here.
Is it possible to combine these entities/relationships into a single relation. If so, specify the relation schema. If not, explain why not.
Is your resulting schema well-designed? Explain why or why not.
Use normalization to specify an appropriate schema for the student & section entities.
Determine the normal form of your schema.
Consider the following relation (cf. MVD) in which the department independently assigns the instructor(s) and text(s) for each course.
CourseAssignment(courseId, instructorId, textId)
What problems, if any, do you see with this relation?
If it isn’t in both BCNF and 4NF, try decompose it so that it is, and then demonstrate either that you’ve succeeded or that it’s impossible.