InterviewSolution
Saved Bookmarks
| 1. |
What is a NULL value? |
|
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. |
|