When dropping a primary key column from a table, which of the following steps is
included in the process? (The order of the steps listed below is not relevant, only the
steps themselves.)
A) Drop all constraints from the table
B) Drop the foreign keys from the table
C) Drop the foreign keys in other tables based on the primary key column
D) Drop the primary key(s) of any table(s) to which this one is related
A relation is in third normal form (3NF) if and only if it is in 2NF and ________.
A) all non-key attributes are determined by the entire primary key
B) there are no non-key attributes determined by another non-key attribute
C) every attribute is a candidate key
D) every candidate key is a determinant
The situation that occurs when one user’s changes to the database are lost by a second
user’s changes to the database is known as the ________.