36) A key can be redundant.
Classification: Concept
37) A binary 1 to many relationship in an ER Diagram is represented by adding the primary key
of the entity on the one side of the relationship as a foreign key to the entity on the many side.
Classification: Concept
38) For a binary one-to-one relationship between two entities, A and B, the primary key of A
becomes a foreign key in B and the primary key in B becomes a foreign key in A.
Classification: Concept
39) When two relations, A and B, have a many-to-many relationship, we create a separate
relation, C, to represent this.
Classification: Concept
40) A corporal key is one assigned by the system.
Classification: Concept
41) A recursive foreign key is a foreign key in a relation that references the primary key value of
the same relation.
Classification: Concept
7