-- The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. -- The ALTER TABLE statement is also used to add and drop various constraints on an existing table. -- ...
Sometimes we need to add ulterior constraints to the table we define. The ALTER TABLE statement enables us to do this. There are several types of constraints we can add. If we want to ensure that all ...