An open API service indexing awesome lists of open source software.

https://github.com/sebastianjaimesg-coder/sql_queries

This is a GitHub repository for saving queries that I've been practicing.
https://github.com/sebastianjaimesg-coder/sql_queries

mysql mysql-database sql

Last synced: 9 months ago
JSON representation

This is a GitHub repository for saving queries that I've been practicing.

Awesome Lists containing this project

README

          

# MySQL Commands – Practice Repository
This repository contains organized examples of MySQL commands, structured into folders according to their main functionality.
Each script demonstrates practical usage of SQL syntax for learning, practice, and quick reference.

## | Folder | Content |
|**Writing** | Examples of writing and modifying data inside tables |
|**Table** | Commands related to table creation and structure management |
|**Databases** | Commands for database-level management |
|**Join** | Examples of combining data from multiple tables |
|**Advanced Functions** | Examples of more complex MySQL functionalities |

## Purpose
The goal of these scripts is to **practice SQL reading and comprehension** by exploring how different commands work in real queries.
They can be used as quick reference material or as part of a learning path for SQL fundamentals.

## How to Use
1. Open any `.sql` file in your preferred SQL editor.
2. Review the queries and adapt them to your own database schema.
3. Run the queries to see the results in action.
4. Modify conditions and values to explore different outputs.

## Bibliography / Sources
- [W3Schools - SQL Tutorial](https://www.w3schools.com/sql/)
- [Complete Course on SQL and databases from Scratch for beginners](https://www.youtube.com/watch?v=OuJerKzV5T0&t=18964s)
- [MySQL Documentation](https://dev.mysql.com/doc/)

---
**Note:**
These files are for educational purposes only and do not connect to a specific production database.