Computer Science
What is null value in MySQL database ? Can you use nulls in arithmetic expressions ?
SQL Queries
2 Likes
Answer
If a column in a row has no value, then column is said to be null, or to contain a null. Yes, we can use nulls in arithmetic expressions. Any arithmetic expression containing a null, always evaluates to null.
Answered By
1 Like