Q:

I want any web sites or books just for training on ERD and normalization. I want a lot of sample, practices, and case studies with recommended answers, to strengthen my skill in database design and avoid the poor database designs I've made.

Note: I don't need books to explain the concepts, what I need is practices, examples, and case studies with recommended answers.

Thanks in advance.

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

I would consider Object Role Modelling over ERM using NORMA or some such.

There is small group on linkedin about ORM, as well a short discussion over on dbaspot.

For normalization, I'd start with Wikipedia and then search

link|improve this answer
feedback

Database Design Using Entity-Relationship Diagram by Sikha Bagui and Richard Earp should be a good starting point.

The Database Management System lecture series, published by the Indian Institute of Technology (IIT), is another good resource.

link|improve this answer
feedback

I think the Database Programmer blog is worth reading. It's got some nice stuff on normalization, but I'm sure any tutorial that Google brought back would be sufficient.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.