Skip to content

tlee0058/MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERD & MySQL

How to create relational database models and explore the different ways in which you can relate data using them.

Database Relationships One to One One to Many Many to Many Three (3) Forms of Normalization MySQL Workbench Data Types

SQL stands for Structured Query Language, which is a programming language designed for managing data in relational databases. SQL statements are used to perform tasks; they can SELECT data, SELECT data WHERE some conditions are true, INSERT data, UPDATE data, DELETE data, and JOIN and LEFT JOIN different tables together.