CBSE Class 11 Informatics Practices
Question 81 of 87
Structured Query Language (SQL) — Question 5
Back to all questionsFalse
Reason — The correct syntax for inserting a NULL value is : INSERT INTO TABLE_NAME VALUES (NULL, NULL, ...); or INSERT INTO TABLE_NAME (COLUMN_NAME) VALUES (NULL);.