Zusammenfassung der Ressource
Frage 1
Frage
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);
Antworten
-
MODIFY
-
CHANGE
-
REFORM
-
ALTER