I'd like to have a database that can store several items, let's use "Categories" as an example, where each Category can have many Sub-Categories and each Sub-Category can be in many parent Categories.
How could I design the database to handle this? Does anyone have any working examples they could share or a link to a resource on the web? (Maybe even some ASP code that works with the DB if you have any?)
P.S. What would something like this be called? It's not really a hierarchy because of the circular type of referencing. "Matrix" is the only thing I can think of but I don't know if that's very accurate either.
How could I design the database to handle this? Does anyone have any working examples they could share or a link to a resource on the web? (Maybe even some ASP code that works with the DB if you have any?)
P.S. What would something like this be called? It's not really a hierarchy because of the circular type of referencing. "Matrix" is the only thing I can think of but I don't know if that's very accurate either.