Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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! 🗃️🗄️

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 ...).