Computer Science, asked by AkifaMumtaz, 5 hours ago

What do you mean by one to many relationship between student and class

table?

a) One student can have many classes

b) One class may have many students

c) Many classes may have many students

d) Many students may have many classes

Answers

Answered by varun5463
10

Answer:

Explanation:

In a "class roster" database, a teacher may teach zero or more classes, while a class is taught by one (and only one) teacher. This kind of relationship is known as one-to-many. ... The one-to-many relationship cannot be represented in a single table. A direct many-to-many relationship can exist between two relational tables. The STUDENT table contains one row for each student enrolled at a college, and the CLASSES table contains one row for each class offered at the college. Each student can take many classes, and many students can take each class.

Similar questions