
01-27-2007, 06:12 PM
|
 |
SEO
|
|
Join Date: May 2005
Location: England, UK
Posts: 621

|
|
|
Some people might refer to it as an ER model / diagram. An Entity Relationship diagram.
I don't know if your familliar with SSADM, but with any database structure/schema, it works best in the long run if the database structure is "normalised", as they call it.
The idea is to break down the data into sensible little chunks that relate to other sensible little chunks. Originally, the main idea was to save disk space, which was at a premium back in the old days. However, the same ideas still apply today as they allow you interogate and manipulate the data far more readily.
Sorry, I'm probably going a little to deeply into it, but its an appropriate point to consider how your going to structure your data and data relationships.
|