Current location - Loan Platform Complete Network - Big data management - Database Principles Trivia Question When the B attribute function depends on the A attribute, the link between attribute A and B is A one-to-many B many-to-one C many-to-many D none of the above.
Database Principles Trivia Question When the B attribute function depends on the A attribute, the link between attribute A and B is A one-to-many B many-to-one C many-to-many D none of the above.
The answer should be many-to-one B

Assuming that A is the student number Sno and B is the student name Sname

There is Sno->Sname, and there can be a student number 150012 named Ming, or there can be a student number 150013 named Ming, but there can be only one student number that corresponds to a single name because it is not possible for a person with 150012 to have two names.

So it's many to one