Which of these statements adds a column to the team table?
team
That's right! We can use ALTER on a table with a column name and a data type.
ALTER
Not quite! We can use ALTER on a table with a column name and a data type.