SQL
IF We have kept a column to accept NULL Values and have set a default constraint for that column
and if we add a NULL value using INSERT INTO statement then NULL will be inserted instead of Default constraint.
IF We have kept a column to accept NULL Values and have set a default constraint for that column
and if we add a NULL value using INSERT INTO statement then NULL will be inserted instead of Default constraint.
Comments
Post a Comment