This repository contains SQL practice exercises focused on handling 'NULL' values using functions like 'IFNULL()','ISNULL()' etc. The exercises are based on a case study provided by BRightLght ...
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 ...