3. SQL for Data Preparation
Learning Objectives
By the end of this chapter, you will be able to:
- Assemble multiple tables and queries together into a dataset
- Transform and clean data using SQL functions
- Remove duplicate data using DISTINCT and DISTINCT ON
In this chapter, we will learn to clean and prepare our data for analysis using SQL techniques.