NULL is not a value, it only means that a value was not provided when the row was created. Special attentions need to be taken into account when dealing with nulls in SQL Server. One needs to remind that NULL is not a zero or empty string. This lab is divided into five exercises explaining the behavior of NULL and how to replace NULL using built in NULL functions and we also learn behavior of NULL when using in Aggregations, Joins.
Exercise 1: Understanding NULL
Exercise 2: Aggregating, Joining, and Sorting NULLs
Exercise 3: NULL Functions
Exercise 4: Self-Assessment
Exercise 5: T-SQL Challenge
Reviews
There are no reviews yet.