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.
- Host: GitHub
- URL: https://github.com/mxagar/sql_guide
- Owner: mxagar
- Created: 2022-02-16T15:48:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T09:27:18.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T20:47:45.187Z (about 1 year ago)
- Topics: how-to, postgresql, sql, sqlite
- Language: Jupyter Notebook
- Homepage:
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.