The aim of this reository is to demonstrate data cleaning concepts by using SQl queries.
- The SQL Coalesce and IsNull functions are used to handle NULL values.
- During the expression evaluation process the NULL values are replaced with the user-defined value.