Identify the correctly constructed ALTER TABLE statement that removes the address column from the customer table. a. ALTER TABLE customer ADD address; b. ALTER TABLE customer DROP home_address; c. ALTER TABLE customer DROP address VARCHAR (100); d. ALTER TABLE customer DROP address;