Database Redesign
To drop a column that is used as a foreign key, first:

All of these
drop the foreign key constraint.
drop the primary key.
drop the table containing the foreign key.

ANSWER DOWNLOAD EXAMIANS APP