Let’s first understand the difference between NULL and Empty
To make a column nallable (that can hold null value), we to check “Allow Nulls” checkbox at the time of creating/designing the database table.
Notice the above picture, where LastName, Age, and Active column Allow Nulls checkbox is checked that means that these fields will acccept null value in the database table.
Views: 8166 | Post Order: 25