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

https://github.com/mxagar/sql_guide

This repository contains my notes after following the refreshment skills track "SQL Fundamentals" from Datacamp and "The SQL Bootcamp" from Udemy.
https://github.com/mxagar/sql_guide

how-to postgresql sql sqlite

Last synced: about 2 months ago
JSON representation

This repository contains my notes after following the refreshment skills track "SQL Fundamentals" from Datacamp and "The SQL Bootcamp" from Udemy.

Awesome Lists containing this project

README

          

# SQL Guide

This repository contains my personal guide on SQL. **The actual guide is contained in the file [`SQL_Guide.md`](SQL_Guide.md).** All levels are covered progressively, so just open the file and follow it :wink:.

Additionally, you'll find two summaries:

- [`SQL_Cheatsheet.md`](SQL_Cheatsheet.md)
- [`SQL_Nutshell.md`](SQL_Nutshell.md)

I composed this document after refreshing my SQL knowledge by following several courses/tutorials:

- [The Complete SQL Bootcamp](https://www.udemy.com/course/the-complete-sql-bootcamp/), created by José Marcial Portilla (Udemy)
- [SQL for Data Analysis](https://www.udacity.com/course/sql-for-data-analysis--ud198) by Udacity.
- [Python MySQL Tutorial](https://www.w3schools.com/python/python_mysql_getstarted.asp) from W3schools.
- [SQLAlchemy Tutorial With Examples](https://www.datacamp.com/tutorial/sqlalchemy-tutorial-examples)
- [Data Management With Python, SQLite, and SQLAlchemy](https://realpython.com/python-sqlite-sqlalchemy/)

Mikel Sagardia, 2022.
No warranties.