In each milestone, you may want or need to use the database and query
tool to answer some of the questions. We suggest you open the tool in
another browser tab while you are working on this assessment.
https://postgres.sophia.org/
Given the employee table and the data that it contains, and assuming that
you have the rights to modify the table, which of the following ALTER
TABLE statements would work without errors?
O ALTER TABLE employee ALTER COLUMN email TYPE int;
ALTER TABLE employee ALTER COLUMN email TYPE TEXT;
ALTER TABLE employee ALTER employee_id TYPE VARCHAR
(100);
O ALTER TABLE customer ALTER COLUMN city TYPE int;