|
|
|
|
|
by KittenPassingBy
876 days ago
|
|
Things are records / rows. Collections of the same things are entities (rubber band/ folders). Groups of entities are tables (Drawers). A star schema usually contains one table to one entity mapping. Dynamic tables for custom field on the other hand are usually multi entity tables. In this case, it would be a large junk drawer with various unrelated folders stuffed inside with everything from report cards, to keys to toys, to take out menus. It would have the toys entities, take out menu entities, keys entities, etc inside a mixed table. |
|