CBSE Class 12 Computer Science
Question 12 of 79
Table Creation and Data Manipulation Commands — Question 6
Back to all questionsThe columns that are not listed in the INSERT command will have their default value, if it is defined for them, otherwise, NULL value. If any other column (that does not have a default value and is defined NOT NULL) is skipped or omitted, an error message is generated and the row is not added.