You are browsing the archives of relational design.
relational design
Relational Database Design Guidelines
Please consider supporting this site by purchasing items from the Book Store. Thanks for visiting!
While designing a relational database, it is a good idea to distribute the information in multiple tables. It is not advisable to store all the information in a single table, although it is easier to design. When your database grows in size, the efficiency decreases accordingly.
To read the rest of this article, Relational Database Design Guidelines – an introduction.