Guest_imported
New member
- Jan 1, 1970
- 0
Is it possible to have nested tables in the database? I am designing a webpage that needs to organize data into categories, subcategories, and below subcategories i'll have items.
So what I wanted to do was create a table with all categories, with each element of the table containing another table which is a subcategory. Each subcategory would then contain all the item records in it.
Is this possible using a SQL server such as MySQL? Thanks, any help appreciated.
So what I wanted to do was create a table with all categories, with each element of the table containing another table which is a subcategory. Each subcategory would then contain all the item records in it.
Is this possible using a SQL server such as MySQL? Thanks, any help appreciated.