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 ...
As a result, the relationship between two tables involves two actors, a parent table and a child table. The relationship can be enforced by defining the right foreign key constraint on the columns.