views:

364

answers:

3

I am looking to make a website and in the future desktop apps as well and i know nothing about db design so what tutorials or books (online preferably) are there? thanks

+1  A: 

There are many similar questions about database design on SO. Maybe you should check them first. Here's one.

Mr. Brownstone
One particular answer there, http://stackoverflow.com/questions/387339/database-design-best-practices#387414, bears particular notice.
Charles Duffy
A: 

The introduction to normalization in the MySQL manual is very good. There's also a list of resources at the end of the article.

Eran Galperin
A: 

The T. Connolly 's book is one of the best I've read so far.

Database Systems : A Practical Approach to Design, Implementation and Management

Easy to pick up and cover a lot of topics.

andyk