Let's test your knowledge. Click the correct answer from the options.
You want to add a column called nationality to the table artists. Fill in the blank
TEXT/X-SQL
1ALTER TABLE artists
2______ nationality VARCHAR(30);Click the option that best answers the question.
- MODIFY COLUMN
 - ADD
 - ALTER COLUMN
 - ADD A COLUMN
 



