84) When dropping a foreign key column from a table, which of the following steps is (are)
included in the process? (The order of the steps listed below is not relevant, only the steps
themselves.)
A) Drop the foreign key constraint from the table
B) Drop the foreign key column from the table
C) Drop the primary key in the other table referenced by the referential integrity constraint
D) Both A and B are correct
85) Changing cardinalities ________.
A) never occurs in database redesign
B) rarely occurs in database redesign
C) commonly occurs in database redesign
D) always occurs in database redesign
86) When changing column data types, which of the following data conversions will either
usually or always succeed?
A) Numeric → date
B) Date or money → char or varchar
C) Char or varchar → numeric
D) Char or varchar → date or money
87) When changing the minimum cardinality on the parent side of the relationship from zero to
one, the foreign key ________.
A) must be changed from NULL to NOT NULL
B) must be changed from NOT NULL to NULL
C) must be changed to a composite key
D) must be changed to a surrogate key