Skip to content

From data definition to manipulation (CRUD, relations, JOIN): Learn SQL for MySQL, Postgresql & more from the ground up!

Notifications You must be signed in to change notification settings

ThomasCode92/sql-complete-developers-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 course from Academind.
It is used to learn about 2 Popular RDBMS: MySQL & PostgreSQL.

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

About

From data definition to manipulation (CRUD, relations, JOIN): Learn SQL for MySQL, Postgresql & more from the ground up!

Topics

Resources

Stars

Watchers

Forks