|
The 1NF is the domain of each attribute contains only atomic values, and the value of each attribute contains only a single value from that domain.
|
|
| students |
| sid |
name |
class |
telephone |
enrollment |
|
lname |
fname |
|
|
cno |
major |
| 1 |
Jones |
Allan |
2 |
555-1234 |
101 |
No |
| 108 |
Yes |
| 2 |
Smith |
John |
3 |
555-4321 |
105 |
No |
| 3 |
Brown |
Harry |
2 |
555-1122 |
101 |
Yes |
| 108 |
No |
| 5 |
White |
Edward |
3 |
555-3344 |
102 |
No |
| 105 |
No |
|