MySQL 101-02

Descrição

Quiz sobre MySQL 101-02, criado por Chris Lee em 29-01-2015.
Chris Lee
Quiz por Chris Lee, atualizado more than 1 year ago
Chris Lee
Criado por Chris Lee quase 11 anos atrás
4
0

Resumo de Recurso

Questão 1

Questão
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);
Responda
  • MODIFY
  • CHANGE
  • REFORM
  • ALTER

Semelhante

MySQL 101-01
Chris Lee