1.7: Alter
Last updated
Last updated
For this challenge, you will learn how to add, drop, and alter columns in a table.
Add and drop a column to the table called Manufacturer.
Add a column to the table called UPC; it should have a data type of VARCHAR(25).
Alter the UPC column so that the data type is TEXT.
Drop the UPC column from the table.
To see the solution for this challenge, click on . Then, continue to .