https://github.com/alevp-dev/sakila-sql-queries
SQL practice
https://github.com/alevp-dev/sakila-sql-queries
sql
Last synced: 6 months ago
JSON representation
SQL practice
- Host: GitHub
- URL: https://github.com/alevp-dev/sakila-sql-queries
- Owner: alevp-dev
- Created: 2025-03-11T16:33:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:44:24.000Z (over 1 year ago)
- Last Synced: 2025-03-11T17:46:01.255Z (over 1 year ago)
- Topics: sql
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sakila-SQL-Queries
This repository contains SQL queries executed on the **Sakila** database, commonly used to practice data analysis and queries in **MySQL**.
# Description
The queries are organized into categories, covering topics such as:
✔️ Data selection (`SELECT`, `WHERE`, `ORDER BY`)
✔️ Use of aggregations (`COUNT`, `SUM`, `AVG`)
✔️ Grouping (`GROUP BY`, `HAVING`)
✔️ Using `JOINs` to combine tables
✔️ Data analysis on rentals, customers, and films
# Requirements
To run the queries, you need:
- **MySQL** installed on your machine
- **Sakila** database imported (download from [MySQL Sakila Sample Database](https://dev.mysql.com/doc/sakila/en/))
# Contributions
Contributions, issues, and feature requests are welcome! Feel free to fork this repository and submit a pull request.
---
Developed with ❤️ by **Alejandra Villa Posada**