News

NULL is a fickle beast, and for the people not accustomed to how it works in SQL, it can create many problems (read: incorrect data output). This is especially true for those coming from ...
NULL in SQL is a powerful concept, representing the absence of a value. It’s used when data is unavailable or unknown, but its usage requires careful consideration. The first step is understanding the ...
It's time to meet the Guideline Support Library, a small helper library that provides some missing functionality. I'll show you how to ensure a pointer is never null, which will make your applications ...