SQL Get link Facebook X Pinterest Email Other Apps April 26, 2023 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. Read more