tableA is a table in a relational database with a composite
prime key consisting of fields F1 and F2. You have determined that
tableA is 1NF. There are four other fields in tableA. Two of them,
F10 and F12, are functionally determined by F1. The other two, F50
and F55, are functionally determined by F2. Because all fields are
functionally determined by at least a portion of the key, is tableA
2NF? If you believe the table is not yet...