Re: Database design, Keys and some other things
- From: "vldm10" <vldm10@xxxxxxxxx>
- Date: 24 Sep 2005 10:58:18 -0700
The tables are simplified for the purpose paying attention to keys.
There is the complete explanation of this example, definition of Key
and others things related to it, on my website www.dbdesign10.com.
CarKey is Key and in my opinion it has more appropriate definition of
Key. Current definition of Key in the database theory and its
implementation has limitations, especially for the complex database
projects.
I would like to emphasizes the relation between CarKey and CarID ( I
call this E-relation in my Data Model because this is the entity
level).
For the table Car following set of the pairs
(23, vin1), (24, vin1) and (25, vin1)
identify one car in the Real World. (much better then the pair (23,
vin1))
And for these values it is "True" that they are in the relation.
Vladimir Odrljin
.
- Follow-Ups:
- Re: Database design, Keys and some other things
- From: mAsterdam
- Re: Database design, Keys and some other things
- From: Marshall Spight
- Re: Database design, Keys and some other things
- References:
- Database design, Keys and some other things
- From: vldm10
- Re: Database design, Keys and some other things
- From: mAsterdam
- Database design, Keys and some other things
- Prev by Date: Re: Database design, Keys and some other things
- Next by Date: Re: Database design, Keys and some other things
- Previous by thread: Re: Database design, Keys and some other things
- Next by thread: Re: Database design, Keys and some other things
- Index(es):
Relevant Pages
|