1.

Which option executes all SQL statements in a SQL script irrespective of the number of errors?(a) –ensure(b) –violent(c) –force(d) –runI had been asked this question during an online exam.This is a very interesting question from MySQL Programs in division MySQL Programming of MySQL

Answer»

Correct choice is (c) –force

For explanation I would say: 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