Q. Which option executes all SQL statements in a SQL script irrespective of the number of errors?
β
Correct Answer: (C)
-force
Explanation: This question asks about how to handle errors when running a series of SQL commands in a script. Let's break down the options: