CBSE Class 12 Informatics Practices
Question 45 of 79
MySQL SQL Revision Tour — Question 13
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.