Chris Lee
Quiz by , created more than 1 year ago

Quiz on MySQL 101-02, created by Chris Lee on 29/01/2015.

4
0
0
Chris Lee
Created by Chris Lee over 11 years ago
Close

MySQL 101-02

Question 1 of 1

1

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);

Select one of the following:

  • MODIFY

  • CHANGE

  • REFORM

  • ALTER

Explanation