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) –runThis question was addressed to me in final exam.Asked question is from Structure of the Data Directory in chapter MySQL Data Directory of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions