Article

Flat-File Database

Wednesday, 20 May 2026

A flat-file database is a database in which everything is held within the same one table, i.e., names, addresses, classes, etc.

It is only ever in 1NF and is poor to scale.

Note

Imagine just one large excel document.