Data Type MySQL

mysql>
mysql> SELECT 10 / 0;
+--------+
| 10 / 0 |
+--------+
|   NULL |
+--------+
1 row in set (0.00 sec)
mysql>