CBSE Class 12 Computer Science Question 29 of 78

Simple Queries in SQL — Question 5

Back to all questions
5
Question

Question 5

What is null value in MySQL database ? Can you use nulls in arithmetic expressions ?

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.