Question: 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

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 create an error?
a.)
ALTER TABLE employee
ALTER COLUMN city TYPE VARCHAR (100);
b.)
ALTER TABLE employee
ALTER COLUMN state VARCHAR (50);
c.)
ALTER TABLE employee
ALTER COLUMN postal_code TYPE VARCHAR (100);
d.)
ALTER TABLE employee
ALTER COLUMN email TYPE VARCHAR (100);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 create an error?
a.)
ALTER TABLE employee
ALTER COLUMN city TYPE VARCHAR (100);
b.)
ALTER TABLE employee
ALTER COLUMN state VARCHAR (50);
c.)
ALTER TABLE employee
ALTER COLUMN postal_code TYPE VARCHAR (100);
d.)
ALTER TABLE employee
ALTER COLUMN email TYPE VARCHAR (100);

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!