Exploring the ISNULL() function in SQL Server
When (and when not) to use it
Working with data
I’ve been working in data professionally for almost a decade and the first thing I tell all new-comers is to start mastering relational databases and Structured Query Language (SQL). Understanding how to query and manipulate data in databases is an important skill because every…