Database normalization vs denormalization
Normalized databases:
Definition
The “purest” form of a database, where all databases are scoped to be as small as possible
The database can contain FK indexes to allow for joining to other DBs
e.g. Reports Table, which has columns for: report id ...
coderlyn.hashnode.dev2 min read