CBSE Class 12 Computer Science Question 13 of 79

Table Creation and Data Manipulation Commands — Question 7

Back to all questions
7
Question

Question 7

Can a column defined with NOT NULL constraint, be skipped in an INSERT command ?

Answer

If a column defined with a NOT NULL constraint is skipped in an INSERT command, it will result in an error, and the row will not be added to the table.