Challenge: Clothing alterations

Step 1

Hint


ALTER …;

SELECT * …;

We've created a database of clothes, and decided we need a price column. Use ALTER to add a 'price'
column to the table. Then select all the columns in each row to see what your table looks like now.