What is the result of the calculation 10 divided by 0?
mysql> mysql> SELECT 10 / 0; +--------+ | 10 / 0 | +--------+ | NULL | +--------+ 1 row in set (0.00 sec) mysql> mysql> SHOW WARNINGS; Empty set (0.00 sec) mysql>