Table of Contents
Database - Table
About
Tables model either:
- an entity
- or a relationship,
but not both.
Slightly outside of the tables in the data model, we have other kinds of tables:
- Staging tables bring in “dirty data” so we can scrub it and then insert it into base tables.
- Auxiliary tables hold static data for use in the system, acting as the relational replacement for computations.
Articles Related
Plugin Backlinks: Nothing was found.