Answers for "on delete set default"

SQL
0

on delete set default

ON DELETE SET DEFAULT

SQL Server sets the rows in the child table to their default values
if the corresponding rows in the parent table are deleted.

To execute this action, the foreign key columns must have default definitions.

"Note that: a nullable column has a default value of (NULL) 
 if no default value specified "
Posted by: Guest on December-21-2021

Code answers related to "on delete set default"

Code answers related to "SQL"

Browse Popular Code Answers by Language