1.

After a table has been created, its structure can be modified using the SQL command:

A. UPDATE TABLE [TableName].
B. MODIFY TABLE [TableName].
C. ALTER TABLE [TableName].
D. CHANGE TABLE [TableName].
Answer» D. CHANGE TABLE [TableName].


Discussion

No Comment Found