Representing Data
Attributes are represented in fixed or variable length collections called “fields”
Fields in turn are put into fixed or variable length collections called records.
Records are stored in physical blocks.
A collection of records that forms a relation is stored as a collection of blocks called a file.
- This file different than OS file. How?
- Organization is different.
- Extra indices to accommodate easy search and access.