Q. The SQL mode to check for divide by zero error is . . . . . . . .
β
Correct Answer: (B)
ERROR_FOR_DIVISION_BY_ZERO
Explanation: This question is about MySQL's SQL modes, which control how MySQL handles different situations.