Slide 63
Slide 63 text
KEYS BASED ON BUSINESS RULES
• According to our business rules, a wrestler cannot wrestle the same match on the
same show more than once, therefore:
• { WRESTLER, SHOW, MATCH } is a key
• Meaning, if we have a WRESTLER, SHOW, and MATCH, we can use that to identify
at most one row in our table, i.e. this produces an unambiguous answer.
• i.e. there can be no more than one row with the same values for WRESTLER, SHOW,
and MATCH