Add MySQL resource for beginners (#12875)

* Add MySQL resource for beginners

Added a new MySQL resource for beginners.

* Move MySQL book under SQL section and update index

Move MySQL book under SQL section and update index
This commit is contained in:
최종명 2025-10-29 12:13:22 +09:00 committed by GitHub
parent 90f9f2ea45
commit 3cb45dc1a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,7 @@
* [Sed](#sed)
* [Software Engineering](#software-engineering)
* [Springboot](#springboot)
* [SQL](#sql)
* [TypeScript](#typescript)
* [Unicode](#unicode)
@ -257,6 +258,11 @@
* [Springboot 2.X 정리](https://djunnni.gitbook.io/springboot) - 이동준
### SQL
* [처음 시작하는 MySQL — 입문자를 위한 데이터베이스 기초](https://wikidocs.net/book/18461) - 최종명
### TypeScript
* [5분 안에 보는 타입스크립트](https://typescript-kr.github.io)