Analyzed a structured retail sales dataset using SQL to extract business insights through filtering, sorting, grouping, and aggregation. This project simulates the core analytical workflow a data analyst performs when exploring a relational database to answer business questions.
Tools: SQL · SQLite · DB Browser for SQLite
- Which records meet specific criteria? (filtering with WHERE)
- How does the data rank when sorted by key metrics? (ORDER BY)
- What are the counts across different categories? (GROUP BY + COUNT)
- What are the average and total values across the dataset? (AVG, SUM)
Isolated specific subsets of data to focus analysis on relevant segments.
Sorted records by key fields to identify top and bottom performers.
Grouped records by category to understand distribution across the dataset.
Calculated mean values to establish baselines and identify outliers.
Aggregated values to quantify overall volume and compare across groups.
- Writing and executing SQL queries against a relational database
- Filtering, sorting, and grouping structured data
- Using aggregate functions (COUNT, AVG, SUM) to summarize datasets
- Drawing analytical conclusions from query results
- Managing a SQLite database using DB Browser
| File | Description |
|---|---|
dataset_week3.csv |
Raw dataset used for analysis |
week3_data_analytics.db |
SQLite database file |
sql_where_clause.png |
WHERE clause query + result |
sql_order_by.png |
ORDER BY query + result |
sql_group_by_count.png |
GROUP BY + COUNT query + result |
sql_avg_function.png |
AVG function query + result |
sql_sum_function.png |
SUM function query + result |
Eddy Bartolome
Data Analyst | Python · SQL · Power BI · Excel
LinkedIn ·
GitHub




