Cascade
Delete the corresponding foreign key, or update the corresponding foreign key to the new value of the primary key.
Set Null
Set all the columns of the corresponding foreign key to NULL.
No Action
Does not change the foreign key.
Restrict
Produce an error indicating that the deletion or update would create a foreign key constraint violation.