The correct answer is 'INSERT INTO Students (Name, Age) VALUES ('Alice', 10);'. This SQL statement uses the 'INSERT INTO' command to add a new record to the 'Students' table, specifying the columns 'Name' and 'Age' followed by the corresponding values in the 'VALUES' clause. The incorrect answers have various syntax errors or use non-standard syntax that make them invalid for inserting a new record in standard SQL.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.