I have an assignment to normalize a dataset and design a schema in
MySQL. Two attributes are unique identifiers for each tuple (that is,
they are each primary keys in their own right). How do I satisfy
lossless decomposition? I'm thinking of making a...