I am designing a database and it has so many relationships among my tables and i need a book that teaches database design very well.I am looking for a book where table relationships simple and complex has been covered extensively and maybe case studies in the book.
|
|
Both of these guys authored several books, but I'm going to link to their blogs in case you want something more immediate. Louis Davidson: http://drsql.org |
||||
|
|
|
SQL Antipatterns is worth a read for some hints on what you shouldn't do and why not (and under what circumstances those rules can be legitimately ignored). |
||||
|
|
|
Database in Depth: Relational Theory for Practitioners, by C.J. Date provides a great, short and highly informative introduction to database design. |
||||
|
|
|
Another good one: SQL and Relational Theory: How to Accurate SQL Code - C. J. Date (2009) Preview available on Google Books. |
||||
|
|
|
Before you dive into the literature, you may find this paper useful: All for One, One for All by C. J. Date
|
||||
|
|
