Method
Data Modeling:
Inspected provided CSV files to develop table schemas using pgAdmin or QuickDBD for an Entity Relationship Diagram (ERD).
Data Engineering:
Designed schemas for each CSV file, specifying data types, primary keys, foreign keys, and constraints.
Ensured correct table creation order to manage foreign key dependencies.
Imported data from each CSV file into the corresponding SQL tables in pgAdmin.
Data Analysis:
Executed SQL Queries