I have a database that has a table that lists businesses. One of the rows is "category" which ties to a "categories" table. I want to have businesses be able to have more than one category, and obviously a category can have more than one business (many to many). I've tried creating a "third" entity that is business_categories, but I can't figure out how to make it store each business's category and also how to pull from/use the separate table in a datapage (datapage seems to only allow pulling data from one table at a time). Thanks for any help.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
MattS814
I have a database that has a table that lists businesses. One of the rows is "category" which ties to a "categories" table. I want to have businesses be able to have more than one category, and obviously a category can have more than one business (many to many). I've tried creating a "third" entity that is business_categories, but I can't figure out how to make it store each business's category and also how to pull from/use the separate table in a datapage (datapage seems to only allow pulling data from one table at a time). Thanks for any help.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.