top of page
PostgresSQL Homeschool Project
Data Normalization & Clean Up

The SQL code performs data updates and cleaning tasks. It standardizes the "subject" column by replacing certain values with their corrected counterparts. It also removes duplicate and null entries based on a combinations of criteria.

SQL_RemoveDuplicates_Nulls.png
bottom of page