The first thing I do when analyzing a SQL table
Here's one of the first things I do with SQL when I want to quickly assess the data quality in a table.
I would run a series of quick COUNTs, testing key attributes of the data, such as key columns being NULL, which can display the distribution of pr...
datawise.dev1 min read