Posts

Showing posts from April, 2023

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.