Skip to content

sebastianjaimesg-coder/SQL_Queries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages