Forum: Database Design Sep 18th, 2007 |
| Replies: 2 Views: 3,332 agreed.
the idea of a relational database is to vastly reduce the amount of stored data by keeping it separate and unique.
get a copy of microsoft access (even a very old copy) and look at the... |
Forum: Database Design Sep 13th, 2007 |
| Replies: 2 Views: 6,358 depends on what you want to keep around.
if the data is not important for future reference, the delete cascade to your heart's content.
however, should data be valuable later, then those tables... |
Forum: Database Design Sep 13th, 2007 |
| Replies: 3 Views: 2,391 it is (almost) always a bad idea to have fields like item1, item2, item3... etc. as 1, it is not normal, and 2, you either have to few or too many columns.
ramymahrous above, offers a practical... |