12 · Databases & SQL

NoSQL

Non-table databases

A family of databases that skip rigid tables — storing flexible documents (JSON), key-value pairs, or graphs instead. Good for scale and loose structure.

Concrete example

A document database stores each record as a JSON-like blob, with no fixed columns.