CBSE Class 12 Computer Science Question 86 of 91

Relational Database and SQL — Question 6

Back to all questions
6
Question

Question 6

ALTER TABLE command is used to modify the structure of the table.

Answer

True

Reason — The ALTER TABLE command in SQL is used to modify the definition (structure) of a table by modifying the definition of its columns.