Skip to content

KristyH89/Exercises11-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MySQL

⚡ SQL Exercises – School Management (MySQL)

This project contains a set of SQL exercises focused on database creation, data manipulation, queries, joins, and aggregation. All examples are implemented in MySQL 8.0 and tested in MySQL Workbench.


📘 Exercise Instructions

👉 View Exercise instructions

📄 SQL File

👉 View Exercise

This file contains:

  • Database creation
  • Table creation
  • Insert statements
  • Update & delete operations
  • Select queries
  • Joins
  • Grouping & aggregation

📚 What this project includes

The project demonstrates key SQL concepts:

  • Creating databases and tables
  • Inserting, updating, and deleting data (DML)
  • Selecting and filtering data (DQL)
  • Pattern matching with LIKE
  • Inner and left joins
  • Aggregation with COUNT
  • Grouping with GROUP BY
  • Grouping combined with joins

▶️ How to run

  • Open MySQL Workbench
  • Open the file Excercises11-MYSQL.sql
  • Run the script step‑by‑step or all at once
  • Verify tables and results in the SCHEMAS panel

✔️ Requirements

  • MySQL 8.0
  • MySQL Workbench
  • (Optional) Docker for running MySQL locally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors