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 ;
b
ALTER TABLE employee
ALTER COLUMN state VARCHAR ;
c
ALTER TABLE employee
ALTER COLUMN postalcode TYPE VARCHAR ;
d
ALTER TABLE employee
ALTER COLUMN email TYPE VARCHAR ;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 ;
b
ALTER TABLE employee
ALTER COLUMN state VARCHAR ;
c
ALTER TABLE employee
ALTER COLUMN postalcode TYPE VARCHAR ;
d
ALTER TABLE employee
ALTER COLUMN email TYPE VARCHAR ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
