Q. The option that executes all SQL statements in a SQL script irrespective of the number of errors is . . . . . . . .
β
Correct Answer: (A)
-force
Explanation: This question asks about a special command in MySQL that lets you run a whole bunch of SQL commands in a file, even if some of them have mistakes.