Q. Which statement can be used for modifying the definition for an existing table?
β
Correct Answer: (A)
ALTER
Explanation: ALTER: The ALTER statement in SQL is used to modify the structure or definition of an existing database object, including tables. With the ALTER TABLE statement, you can add, modify, or drop columns, constraints, or indexes, among other modifications to the table's structure.