The correct SQL syntax for inserting a new record is 'INSERT INTO table_name VALUES (values)' as shown in option A. Options B, C, and D have incorrect syntax - they either place keywords in wrong order, omit required keywords, or miss the table name entirely.