MySQL 101-02

Description

Quiz on MySQL 101-02, created by Chris Lee on 29/01/2015.
Chris Lee
Quiz by Chris Lee, updated more than 1 year ago
Chris Lee
Created by Chris Lee almost 11 years ago
4
0

Resource summary

Question 1

Question
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);
Answer
  • MODIFY
  • CHANGE
  • REFORM
  • ALTER
Show full summary Hide full summary

Similar

MySQL 101-01
Chris Lee