48) When transforming supertype/subtype entities into a relational database design, the key of
the supertype table is placed into the subtype table typically as the key.
49) To represent an IS-A relationship in a relational database design, the IS-A relationship must
be converted into a HAS-A relationship.
50) Discriminator attributes can be represented in relational designs.
51) When transforming supertype/subtype entities into a relational database design, all of the
attributes for the supertype table are placed into the subtype relations.
52) When transforming an extended E-R model into a relational database design, recursive
relationships are treated fundamentally the same as other HAS-A relationships.
53) Recursive M:N relationships are represented with an intersection table that shows pairs of
related rows from a single table.