Computer Science, asked by ashishoo1838, 7 hours ago

. What is the significance of Not Null constraint?

Answers

Answered by archanaram9001
0

Answer:

The NOT NULL constraint enforces a column to NOT accept NULL values. This enforces a field to always contain a value, which means that you cannot insert a new record, or update a record without adding a value to this field.

Similar questions