• Explaination is a little off.

    COUNT_BIG(all column_2) will count all rows from the table (including duplicate & null rows).

    I think you meant count_big(*). COUNT_BIG(all column_2) will not count the NULLs.