Forum Moderators: coopster & phranque

Message Too Old, No Replies

Any good guides on DB design?

Need a crash course...

         

sugarkane

10:24 pm on May 3, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Anyone know of any useful tutorials on designing databases - ie normalising, optimising for speed etc?

Something general - not necessarily relating to any particular database engine...

Brett_Tabke

9:05 am on May 4, 2001 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



SQL? or just in general?

I'd think you'd have to get into specific products to find the answers you were looking for Sugarkane. The real meat of any db is in the structure details - those can only be discussed if the os/db is known.

Here is one I've bookmarked. A book on IBM db2:
[pdc.kth.se...]

sugarkane

1:08 pm on May 4, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks for the link - ploughing through that lot should keep me quiet for a bit :)

>SQL? or just in general?

Any relational db really...

I agree that the really meaty stuff tends to be product specific, but there are some overarching principles (one-to-many and many-to-many relationships for example) that apply equally well to most DBs. These principles are usually touched on in product documentation, but with prior knowledge assumed and/or only in relation to how that product implements them.

What I'm looking for is a 'Relational Database Design for Dummies' type of thing.

Mike_Mackin

1:11 pm on May 4, 2001 (gmt 0)

sugarkane

1:19 pm on May 4, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Perfect!

But not free ;)

Xoc

10:14 pm on May 7, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There is a pretty good book by Michael J. Hernandez called Database Design for Mere Mortals. Not product specific and covers the stuff you need. Published by Addison Wesley Longman, Inc.

Caveat, Mike is a friend and business associate.