L7 DBMS PPT
L7 DBMS PPT
• It ens ures that the primary key column does not contain null
values.
• A not null cons traint ens ures that a column does not contain null
values.
• Not null constraints help maintain data integrity and prevent data
inconsistencies.
Cascade and S et Nu l Actions
• S et null action sets the foreign key values to null when the
referenced record is deleted or updated.
Defer able Constraints