Right answer is (b) ERROR_FOR_DIVISION_BY_ZERO
For explanation I would say: To enable the check for divide by zero errors int all the storage engines, the SQL mode named ‘ERROR_FOR_DIVISION_BY_ZERO’ can be enabled. This is done by using SET sql_mode = ‘mode_name’.