
August 27th, 1999, 02:17 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I am curious as to how people have designed their databases. Initial design is important, but haven’t seen anywhere that has good examples as to types, sizes, indexes, and keys used on columns of a table.
I think it would be interesting and informative to see what others use for their databases, and/or links to good resources on database design.
Specifically, on a customer table: What size do you make an email field? (I've seen VARCHAR(25) used, but my email is longer than that) What items have you indexed and used as a primary key?
|