How do you approach database design?
Posted
by
bron
on Programmers
See other posts from Programmers
or by bron
Published on 2010-11-10T17:50:14Z
Indexed on
2013/10/25
16:11 UTC
Read the original article
Hit count: 380
learning
|database-design
I am primarily a web developer and I have a couple of personal projects which I want to kick off.
One thing that is bugging me is database design. I have gone through in school db normalization and stuff like that but it has been a couple of years ago and I have never had experience with relational database design except for school.
So how you do you approach database from a web app perspective? How do you begin and what do you look out for? What are flags for caution?
© Programmers or respective owner