ChrisO
Registered User.
- Local time
- Today, 09:43
- Joined
- Apr 30, 2003
- Messages
- 3,202
A few general questions about the nature of atomic data.
What exactly does it mean?
If a field in a table defaults to Now() does it not store both Date and Time in the one field? Sometimes we want just the Date and sometimes we want just the Time.
If a telephone number requires Country Code, Area Code, Number and Extension is it not placing four (4) atomic chunks of data in the one field? If a database requires knowing each individual digit, perhaps for hardware routing purposes, should not all digits be stored in a different field and maybe also in related tables?
If a person has more than one Title, should the titles go into more than one field?
If a person has more than one Initial, should the initials go into more than one field?
If a Surname may be O’Brien, le Chartier or Du Pont, should not the surname field be broken down to more fields to allow for easier criteria for surname grouping?
Atoms were once thought to be atomic. (Perhaps a Quark of fate?
)
In other words, if we cannot satisfy the requirements for atomic data (First Normal Form), then what claim do we have on the remainder?
Regards,
Chris.
What exactly does it mean?
If a field in a table defaults to Now() does it not store both Date and Time in the one field? Sometimes we want just the Date and sometimes we want just the Time.
If a telephone number requires Country Code, Area Code, Number and Extension is it not placing four (4) atomic chunks of data in the one field? If a database requires knowing each individual digit, perhaps for hardware routing purposes, should not all digits be stored in a different field and maybe also in related tables?
If a person has more than one Title, should the titles go into more than one field?
If a person has more than one Initial, should the initials go into more than one field?
If a Surname may be O’Brien, le Chartier or Du Pont, should not the surname field be broken down to more fields to allow for easier criteria for surname grouping?
Atoms were once thought to be atomic. (Perhaps a Quark of fate?

In other words, if we cannot satisfy the requirements for atomic data (First Normal Form), then what claim do we have on the remainder?
Regards,
Chris.