Attempt the question, check the explanation, and continue with similar questions to build confidence before exams.
INSERT INTO tablename VALUES (value1, value2);
INSERT INTO tablename (column1, column2) VALUES (value1, value2);
INSERT INTO tablename(column1, column2, column3) VALUES (value1, value2);
INSERT INTO VALUES (column1, value1);
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.