Re: hierarchical database and normalization
Date: Sat, 09 Sep 2000 13:40:52 GMT
Message-ID: <8pdel2$jqa$1_at_nnrp1.deja.com>
In article <39ba236b.11074494_at_News.CIS.DFN.DE>,
spamfilter_at_rosinowski.de wrote:
> >Hmmm... not quite equivalent. The db I'm doing is from my coin
> >collection, and I'm using the defacto cataloging method for the
hobby:
> >
> >Country
> >Denomination
> >Series
> >Type
> >Variety
> >Year
> >Variation
>
> what kind of hierarchy is there? these are all properties of a
> coin-table?!
As I have it now, they are all individual tables. As your read down the list, each succeeding table is a dependant table on the previous:
Country is the top table, ID is an abbreviation, and the only col is the full name.
Denomination is unique to each country (US and Canada both have dimes, but only the US had a half-dime), and includes cols. for denomination name, if it is the "unit of account", the decimal equivalent of the denom based on the unit of account (i.e. a dollar is the unit of account in both the USA and Canada, but not the UK; a quarter is .25 of $1), and bits for if the denom. is a coin and/or bank note.
Series has to do with each denomination's designs. Canada has had Victoria, both Georges, and Elizabeth on thier coinage; USA currently has Lincoln cents, Indian head cents prior to that, and Flying Eagle cents prior to that. Each Series had it's own unique characteristics regarding diameter, weight, metallic content, specific gravity, years of production, etc.
Each Series has Varieties, and each Variety was only made for a certain span of Years, and within each individual Year there are Variations to consider.
HTH
--- mark Sent via Deja.com http://www.deja.com/ Before you buy.Received on Sat Sep 09 2000 - 15:40:52 CEST
