ow do you add a column to an existing table in MySQL?   a. MODIFY TABLE table_name ADD COLUMN new_column CHAR(3);     b. MODIFY TABLE table_name ADD new_column CHAR(3);     c. ALTER TABLE table_name ADD new_column CHAR(3);     d. ALTER TABLE table_name ADD COLUMN new_column CHAR(3);

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter3: Table Creation And Management
Section: Chapter Questions
Problem 12MC: Which of the following is not a valid statement? You can change the name of a table only if it...
icon
Related questions
Question
How do you add a column to an existing table in MySQL?
  a. MODIFY TABLE table_name ADD COLUMN new_column CHAR(3);  
  b. MODIFY TABLE table_name ADD new_column CHAR(3);  
  c. ALTER TABLE table_name ADD new_column CHAR(3);  
  d. ALTER TABLE table_name ADD COLUMN new_column CHAR(3);  
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning