Which is the correct syntax of an extended insert statement?
Answer
Correct Answer: Insert into cars (make, model, year) values ('Ford', 'Mustang', 2002), ('Mercedes', 'C', 2003)
Explanation:
Note: This Question is unanswered, help us to find answer for this one