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

https://github.com/adzkykhairany/sql_music_data_manipulation

Manipulating Music Data with MySQL
https://github.com/adzkykhairany/sql_music_data_manipulation

myql mysql-workbench sql

Last synced: 5 months ago
JSON representation

Manipulating Music Data with MySQL

Awesome Lists containing this project

README

          

## Introduction
This repository contains various SQL scripts and examples for manipulating data using MySQL Workbench. It covers Data Definition Language (DDL), Data Manipulation Language (DML), and creating stored procedures. The focus is on creating and managing databases, tables, and their relationships, as well as performing common data operations.

## Tools I Used
- SQL
- MySQL Workbench
- Git & GitHub

## Acknowledgements
This project was inspired by various SQL tutorials and documentation.