simple database problem
simple database problem
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- kappa0
might help if you explain why those methods don't work...
with normalization in mind, the most common way would be to use multiple tables, one for links, one for category names, and the intermediary table, like you said.
This is a really simple DB structure, what sort of situation makes it unsatisfactory?