Project Description
This project demonstrates how to perform basic SQL analysis on a student dataset from Canada. The dataset contains information on students’ age, province, gender, ethnicity, religion, and mother’s education level (MAEDUC).
The project covers:
-
Creating a database and table
-
Inserting data into the table
-
Performing aggregate queries, frequency counts, and distinct value queries
-
Identifying most frequent ages and most common religions
-
This repository is ideal for anyone learning SQL aggregation, grouping, and data analysis techniques.