Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
13 lines (10 loc) · 573 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 573 Bytes

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.