1. SQL NULL vs empty string vs zero

    [PROGRAMMING]

    NULL Is Not Zero, Not an Empty String, and Not False This single idea explains most NULL-related surprises: NULL represents an unknown or missing value — not zero, not an empty str…