Sql Interview question #2 : What is a NOT NULL constraint?


Interview question #2 

What is a NOT NULL constraint?

Solution

 A not null constraint enforces that the column will not accept null values. Not null constraints are used to enforce domain integrity.

 

Thanks for reading this article,

Next steps :

  1. Share this with your colleagues because Sharing is Learning
  2. Comment below if you need any assistance