#dbms
NULL and Its Tantrum in SQL
NULLs are always tricky to handle, Yes! you are right. But don’t worry I got something to explain it all. In SQL, “NULL” represents the absence of a value in a database table column. It is not the same as an empty string, zero, or any specific value. Instead, it is used to signify that […]
3 mins read