Relational Database

Edit this Page

Relational databases are built on the premise that data is useful primarily in how it relates to other data.

A "reasonable" mental model for relational databases are like a spreadsheet. They have tables; which have columns that describe the kind of data in the table, and rows for each data entry. The relationship between tables is preserved with keys that reference other tables.