What is a candidate key?
The table rule is student ID -> email. What does it promise?
A table is in Boyce-Codd form exactly when every dependency starts from a candidate key.
Circle one: True False
A table holds ID, email, and dorm, with ID -> email and email -> dorm. Which set is a candidate key?
Columns are A, B, C, with rules A -> B and B -> C. What is the closure of {A}?
Rules are A -> B, B -> C, C -> D. Starting from {A}, how many of the 4 columns does the closure reach?
Answer: ______________
The rule email -> dorm violates BCNF in a table of ID, email, and dorm. How do you repair the table?
Pat claims a table with email -> dorm is in BCNF because email holds no duplicates today. What is wrong?