Fill in the blank. ALTER is a ________________ type of SQL command.
Answers
Answered by
1
Answer:
The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. The ALTER TABLE statement is also used to add and drop various constraints on an existing table.
Explanation:
Answered by
0
Answer: DDL type of SQL command
Similar questions