Attempt the question, check the explanation, and continue with similar questions to build confidence before exams.
INSERT INTO STUDENT VALUES(1, 'John', '2003-01-01', NULL);
INSERT STUDENT VALUES(1, 'John', '2003-01-01', 'NULL');
ADD TO STUDENT ('John', '2003-01-01', NULL);
INSERT RECORD INTO STUDENT ('John', '2003-01-01');
Video Explanation
Watch Video Solution
Login to get access
Continue with nearby questions to strengthen the same chapter concept while you still have the context fresh in mind.