Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ndomah/mysql-bootcamp-go-from-sql-beginner-to-expert
- Owner: ndomah
- Created: 2025-01-21T14:32:12.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-21T15:33:34.000Z (about 1 month ago)
- Last Synced: 2025-01-21T15:34:22.806Z (about 1 month ago)
- Topics: 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
- Homepage: https://www.udemy.com/course/the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)