Relational database

A relational database is sort of like Excel, but for developers: it’s how applications store and analyze data.  

Relational databases like MySQL and PostgreSQL are the default software for storing data. Relational DBs are all about schemas: rules for how data is stored and organized. You usually query these databases with SQL, a type of programming language that lets you pull and analyze the data in your relational DB.

Relational database