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
- Host: GitHub
- URL: https://github.com/adzkykhairany/sql_music_data_manipulation
- Owner: adzkykhairany
- Created: 2024-07-22T13:39:31.000Z (almost 2 years ago)
- Default Branch: adzkykhairany.github.io
- Last Pushed: 2024-07-22T13:58:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T21:43:06.763Z (about 1 year ago)
- Topics: myql, mysql-workbench, sql
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.