Computer Science
Answer
False
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.