Quote:
Originally Posted by kektex
Where can I read something about database design?
I know basic programming and I can write a quick app, but for some reason I cannot figure out how to properly design a database.
When to use different tables,how many fields to use on a single table etc...
|
Hopefully this post gave you some tips to get you started...
Honestly, I wouldn't know where to point you for the best articles for starting off, I would suggest to search for tutorials like "database normalization", "introduction to database design", "database best practices", etc...sites like DevShed, dev.mysql.com and so forth should have what you seek.
Or, post any specific questions you have here or join other database/mysql forums/mailing lists and post them there.