Vidyalelo
Database · Q9

Managing Databases with Oracle

Programming · Database · question 9

Q9

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].
Answer
D.
CHANGE TABLE [TableName].

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board