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

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

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

---