George10988
Registered User.
- Local time
- Yesterday, 18:11
- Joined
- Apr 23, 2011
- Messages
- 41
George:
Making separate tables for the Bio and Profile information still left the database with a flat rather than relational structure.
Table four is not structured correctly. The checks should be individual records with a time field not separate fields for each check.
You need to read up about normalization and relational structures before you continue your project.
Galaxiom:
I did some reading and I think I understand normalization now. Thanks for the pointer!