InterviewSolution
Saved Bookmarks
| 1. |
How is NULL value different from 0 (zero) value? |
|
Answer» If a column in a row has no value, then column is said to be null. Nulll : no value and so it is different from 0. |
|