Computer Science, asked by palakgupta2395, 3 months ago

what is the significance of null and not null​

Answers

Answered by Anonymous
1

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.

Hope it helps you ✌

Answered by Anonymous
8

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