InterviewSolution
Saved Bookmarks
| 1. |
The SQL mode to check for divide by zero error is ________________(a) STRICT_ALL_TABLES(b) ERROR_FOR_DIVISION_BY_ZERO(c) ERROR_DIVIDE_BY_ZERO(d) ERROR_WHEN_DIVIDE_BY_ZEROI had been asked this question in unit test.Question is from How MySQL Handles Invalid Data Values in portion Data Types of MySQL |
|
Answer» Right answer is (b) ERROR_FOR_DIVISION_BY_ZERO |
|