| PartId |
SupplierId* |
PartPrice |
| X-U1 |
1345 |
12.50 |
| F-16 |
1345 |
100.75 |
| MIG-24 |
3889 |
15.89 |
| B-767 |
3889 |
349.98 |
| B-52 |
9876 |
88.00 |
| X-U1 |
9876 |
34.59 |
|
| SupplierId |
SuppName |
SuppDetails |
| 1345 |
R.U.Short |
12 Urgent Av |
| 3889 |
Robin Banks |
12 Wall St |
| 9876 |
Ray Zerr |
18 The Cut |
| : |
: |
: |
|
 |
- Entity = A related set of data eg.
Supplier.
- Data element = A unit of data forming an
item or a field eg. SuppName
- KEY unique identification key
- Atomic key = key with single attribute
- Compound key = key with mutiple attributes
- Primary key = A unique identifier by which
the data may be located eg. SupplierId.
- Foreign key* = key of a related table
- ATTRIBUTE
- Mandatory = must have (not null).
- Optional = could have null or
missing value
|
|
- Projection is the elimination of columns on
a table, removing duplicate rows
- Join is the
inverse of projection
|