|
|
|
|
|
by 9rx
199 days ago
|
|
> everything should be represent as a relation > always use a table .. when its a choice Everything should be represented as relations (sets of tuples) but you should always use tables (multisets of tuples) when possible? That seems a little contradictory. |
|