

Restrict: if reference rows is updated from parent table then related rows from child table is restricted.


Set Null: When we delete reference rows from parent table then related rows from child table are null.
#Sqlitestudio foreign key update

Restrict: if reference rows is updated from parent table then related rows from child table is restricted.
Set Null: When we delete reference rows from parent table then related rows from child table are null.