Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ndomah/mysql-bootcamp-go-from-sql-beginner-to-expert

Repo containing materials from MySQL Bootcamp
https://github.com/ndomah/mysql-bootcamp-go-from-sql-beginner-to-expert

aggregate-functions backup-restore crud-operations data-analysis data-modeling database-design date-time logical-operators mysql8 normalization performance-tuning sql sql-joins sql-modes sql-syntax subqueries views window-functions

Last synced: 11 days ago
JSON representation

Repo containing materials from MySQL Bootcamp

Awesome Lists containing this project

README

        

# MySQL Bootcamp: Go from SQL Beginner to Expert
This repository contains my materials for [The Ultimate MySQL Bootcamp by Colt Steele](https://www.udemy.com/course/the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert/?couponCode=ST18MT12125AUS).

## Folder Structure
1. [Creating Databases & Tables](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/1.%20Creating%20Databases%20%26%20Tables)
2. [Inserting Data](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/2.%20Inserting%20Data)
3. [CRUD Basics](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/3.%20CRUD%20Basics)
4. [CRUD Challenge](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/4.%20CRUD%20Challenge)
5. [String Functions](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/5.%20String%20Functions)
6. [Refining Selections](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/6.%20Refining%20Selections)
7. [Aggregate Functions](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/7.%20Aggregate%20Functions)
8. [Revisiting Data Types](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/8.%20Revisiting%20Data%20Types)
9. [Comparison & Logical Operators](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/9.%20Comparison%20%26%20Logical%20Operators)
10. [Constraints & ALTER TABLE](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/10.%20Constraints%20&%20ALTER%20TABLE)
11. [One to Many & Joins](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/11.%20One%20to%20Many%20&%20Joins)
12. [Many to Many](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/12.%20Many%20to%20Many)
13. [Views, Modes, & More!](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/13.%20Views%2C%20Modes%2C%20%26%20More!)
14. [Window Functions](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/14.%20Window%20Functions)
15. [Instagram Database Clone](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/15.%20Instagram%20Database%20Clone)
16. [Working with Lots of IG Data](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/16.%20Working%20with%20Lots%20of%20IG%20Data)
17. [Database Triggers](https://github.com/ndomah/MySQL-Bootcamp-Go-from-SQL-Beginner-to-Expert/tree/main/17.%20Database%20Triggers)