Which command is used to change a table's behavior?
Answer options
A
ALTER
B
MODIFY
C
UPDATE
D
CHANGE
Correct answer: ALTER
Explanation
Quick AnswerThe correct answer is ALTER because it directly addresses the core logic of Database Management.
ALTER TABLE is the DDL command used to change a table's structure/behavior.