re-designing & normalizing - best way to go about this?
Date: 11 Apr 2002 15:30:32 -0700
Message-ID: <c883e8dd.0204111430.ede7e7f_at_posting.google.com>
Hi all,
Any advice will be appreciated here. I have been tasked with re-designing a database that, IMHO, is a mess. All of the data is in
one table, fields:Catalog_ID (PK),Class, Family, Genus/Species, Order , Authority, Description, Collection Site, County/Province, State/Country, Elevation, Geologic Age, Collector, Date Collected, Remarks
I am breaking this table up to try to achieve some normalization:
Table Species:
Table Locality:
Table Collector:
Species_ID (PK)
Class
Family
Genus
Species
Order
Authority
Locality_ID (PK)
Collection_Site
County/Province
State/Country
Elevation
Geologic Age
F_Name
L_Name
Affiliation
Table Collection_Data:
Catalog_ID (PK)
Species_ID (FK references Species)
Locality_ID (FK references Locality)
Collector_ID (FK references Collector)
Description
Date Collected
Remarks
I need to design this database so other research projects can be added in the future, so I need to get it right when I start.
Thanks again, for any advice!
Dina Newsham,
Northern Arizona University
Received on Fri Apr 12 2002 - 00:30:32 CEST