The Relational Model of Data
- A represents an entity type or relationship.
- Each represents an attribute or relationship.
- Each column type is simple.
- Each represents an instance of an entity type or relationship.
That's all.
Example: Movie
Let's use the previous definition:
- string
- integer
- string
- integer
- date
- fixed(3, 1)
- integer
- string
- string
|