InterviewSolution
Saved Bookmarks
| 1. |
The option that executes all SQL statements in a SQL script irrespective of the number of errors is ______________(a) –ensure(b) –force(c) –violent(d) –run |
|
Answer» Right choice is (b) –force The explanation is: If SQL queries in a file are run using mysql in batch mode, mysql either quits after the first error. If the –force option is specified all the queries are executed indiscriminately. |
|