Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 275 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 275 Bytes

Relational Tables

SQL has the power to collalate data across many different tables in a database.

In order to be able to do this we need to at least make an implicit relationship between rows of data.

We'll learn two basic techniques for relating data and modeling it.