Create and Safely Handle Nulls in SQL

InstructorTyler Clark

Share this video with your friends

Send Tweet

Nulls can be a huge burden if not handled correctly. Conditional logic is tricky and joining tables with null columns requires cognitive recognition. Similar to many popular programming languages, we can conditionally change values within SQL if the returning value is null.