What keyword should replace the <> symbols in this SQL statement to form a valid command that will add a new column named 'extra' to the 'test' table?
<> TABLE test ADD COLUMN ( extra TEXT NOT NULL);
MODIFY
CHANGE
REFORM
ALTER