How do you change a column to an existing table in MS SQL Server?   a. MODIFY TABLE table_name ALTER column_name CHAR(3);     b. ALTER TABLE table_name ALTER COLUMN column_name CHAR(3);     c. ALTER TABLE table_name MODIFY COLUMN column_name CHAR(3);     d. MODIFY TABLE table_name MODIFY COLUMN new_column CHAR(3);

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter11: Group Functions
Section: Chapter Questions
Problem 9MC
icon
Related questions
Question
How do you change a column to an existing table in MS SQL Server?
  a. MODIFY TABLE table_name ALTER column_name CHAR(3);  
  b. ALTER TABLE table_name ALTER COLUMN column_name CHAR(3);  
  c. ALTER TABLE table_name MODIFY COLUMN column_name CHAR(3);  
  d. MODIFY TABLE table_name MODIFY COLUMN new_column CHAR(3);  
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Multiple 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