SQL

Creating a SQLite3 Schema Using Spotify Dataset

This blog is to create a SQLite3 schema to store Spotify dataset following the requirement of database normalization 1NF, 2NF and 3NF. The normalization design will reduce data redundancy and prevent inconsistencies on insertion, update and deletion.