https://github.com/devbigboy/mysql-crash-course
The book introduces you to the basics of MySQL development. MySQL development techniques are explained with an emphasis on using Structured Query Language (SQL). Learn to use and create MySQL databases, tables, functions, procedures, views, and triggers
https://github.com/devbigboy/mysql-crash-course
database function joins mysql mysql-database subqueries trigger view
Last synced: 30 days ago
JSON representation
The book introduces you to the basics of MySQL development. MySQL development techniques are explained with an emphasis on using Structured Query Language (SQL). Learn to use and create MySQL databases, tables, functions, procedures, views, and triggers
- Host: GitHub
- URL: https://github.com/devbigboy/mysql-crash-course
- Owner: DevBigBoy
- Created: 2023-05-29T09:56:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T15:20:20.000Z (over 1 year ago)
- Last Synced: 2025-05-17T02:07:54.949Z (about 1 year ago)
- Topics: database, function, joins, mysql, mysql-database, subqueries, trigger, view
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MYSQL CRASH COURSE
## A Hands-on Introduction to Database Development
---
### Description
- The book introduces you to the basics of MySQL development. MySQL development techniques are explained with an emphasis on using Structured Query Language (SQL). Learn to use and create MySQL databases, tables, functions, procedures, views, and triggers.
---
### 📚 References
- 🔗 [Book: MySQL Crash Course](https://nostarch.com/mysql-crash-course)
- 🔗 [TOOL: Mysql Server](https://dev.mysql.com/doc/)
- 🔗 [TOOL: MySQL Workbench](https://dev.mysql.com/doc/workbench/en/)
---
### 📚 Courses
- 🔗 [MySQL Database By Mohammed Safadi ](https://www.youtube.com/playlist?list=PL13Ag2mfco66zVp4TQ-TcD9l5DMjNheR9)