Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomascode92/sql-complete-developers-guide
From data definition to manipulation (CRUD, relations, JOIN): Learn SQL for MySQL, Postgresql & more from the ground up! 🗃️🗄️
https://github.com/thomascode92/sql-complete-developers-guide
academind-course database learn-sql-language mysql postgresql rdbms sql
Last synced: 24 days ago
JSON representation
From data definition to manipulation (CRUD, relations, JOIN): Learn SQL for MySQL, Postgresql & more from the ground up! 🗃️🗄️
- Host: GitHub
- URL: https://github.com/thomascode92/sql-complete-developers-guide
- Owner: ThomasCode92
- Created: 2023-10-03T18:56:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T16:25:15.000Z (about 1 year ago)
- Last Synced: 2024-10-12T00:47:54.788Z (3 months ago)
- Topics: academind-course, database, learn-sql-language, mysql, postgresql, rdbms, sql
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL - Complete Developer's Guide
Welcome to the world of SQL!
From data definition to manipulation (CRUD, relations, JOIN): Learn SQL for MySQL, Postgresql & more from the ground up!**About this Repository**
This repository contains the source code/ scripts and some resources used during the _[SQL - The Complete Developer's Guide](https://www.udemy.com/course/sql-the-complete-developers-guide-mysql-postgresql/)_ course from [Academind](https://academind.com).
It is used to learn about 2 Popular RDBMS: [MySQL](https://www.mysql.com/) & [PostgreSQL](https://www.postgresql.org/).A RDBMS (_Relational Database Management Systems_) is a piece of software that handles the actual data management and storage. It uses SQL as a language to interact with the database (e.g. for creating tables) and the data stored in those tables (e.q. select & filter data, insert data ...).