Wat is null in SQL?
A NULL value represents an unknown, missing, or inapplicable data in a database field. It is not a value itself, but a placeholder to indicate the absence of data. Note: A NULL value is different from zero (0) or an empty string (''). A field with a NULL value is one that has been left blank upon record creation. Lees verder ยป
Bron: www.w3schools.com
Gerelateerd aan Wat is null in SQL?