CBSE Class 12 Computer Science
Question 42 of 79
Table Creation and Data Manipulation Commands — Question 2
Back to all questionsFalse
Reason — Constraints can be defined with the CREATE TABLE command in SQL, but they can also be added or altered later using the ALTER TABLE command. The ALTER TABLE command allows to modify an existing table by adding, modifying, or dropping columns, as well as adding an integrity constraints.