1 Answer

+2 votes
by kratos
 
Best answer

In My SQL, the empty values are represented as NULL in a table. When we perform arithmetic calculations to a NULL value it will still remain null because mathematical operations cannot be performed on NULL value.

...