https://github.com/lsegg/mysql-bootcamp
Code accompanying the Udemy course, The Ultimate MySQL Bootcamp: Go from SQL Beginner to Expert by Colt Steele
https://github.com/lsegg/mysql-bootcamp
colt-steele mysql mysql-database sql
Last synced: 9 months ago
JSON representation
Code accompanying the Udemy course, The Ultimate MySQL Bootcamp: Go from SQL Beginner to Expert by Colt Steele
- Host: GitHub
- URL: https://github.com/lsegg/mysql-bootcamp
- Owner: lsegg
- License: mit
- Created: 2023-07-02T19:06:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T15:55:00.000Z (almost 3 years ago)
- Last Synced: 2025-07-24T11:39:56.489Z (11 months ago)
- Topics: colt-steele, mysql, mysql-database, sql
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## MySQL Bootcamp 📚
Code accompanying the Udemy course, The Ultimate MySQL Bootcamp: Go from SQL Beginner to Expert by [Colt Steele](https://www.linkedin.com/in/coltsteele/).
## Subjects 📓
- data types
- basic CRUD operations
- string functions
- refining selections
- aggregate functions
- comparison and logical operators
- constraints and ALTER TABLE
- relations and joins
## Tools 🛠️
- [MySQL](https://www.mysql.com/) - open-source relational database management system.
## Requirements ⚙️
- A a visual database design tool such as [MySQL Workbench](https://www.mysql.com/products/workbench/) or
- A SQL CLI such as The MySQL [Command-Line Client](https://dev.mysql.com/doc/refman/8.0/en/mysql.html)
## License 📄
This project is under (MIT License) - See the file [LICENSE](LICENSE) for more details
---