Attempt the question, check the explanation, and continue with similar questions to build confidence before exams.
INSERT INTO STUDENT VALUES (RollNumber, SName, SDateofBirth);
INSERT INTO STUDENT (RollNumber, SName, SDateofBirth) VALUES (1, 'John Doe', '2001-04-12');
INSERT STUDENT (RollNumber, SName, SDateofBirth) VALUES (1, 'John Doe', '2001-04-12');
INSERT INTO STUDENT (1, 'John Doe', '2001-04-12');
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.