Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8924349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T07:23:14+00:00 2026-06-15T07:23:14+00:00

I need to create multiple many to many relationships in my database. There is

  • 0

I need to create multiple many to many relationships in my database.

There is one ‘Main’ table, lets call it ‘projects’.

Then there are 3 tables that contain ‘options’.

Let’s say we have: category, region and users. The only information these hold are the item’s name and an ID.

Multiple categories, regions and users can be assigned to multiple projects.

So I have two options for creating this relationship:

1) Create a relationship table for each ‘option’ table. Each table would contain two columns: ‘project_id’ and either category_id, region_id or user_id. Using this method i’d have 3 relationship tables, with each table only handling the relationship between one pair of tables. E.g:

****************************
* project_id * category_id *
****************************
* 1          * 3           *
*------------*-------------*
* 3          * 4           *
*------------*-------------*

2) Create a relationship table with 4 columns project_id, category_id, region_id and user_id. Each row would only have 2 fields being used at any time. The project_id, then the id of field of the item being related.

**************************************************
* project_id * category_id * user_id * region_id *
**************************************************
* 1          * 3           *         *           *
*------------*-------------*---------*-----------*
* 3          * 4           *         *           *
*------------*-------------*---------*-----------*
* 3          *             * 2       *           *
*------------*-------------*---------*-----------*
* 4          *             *         * 3         *
*------------*-------------*---------*-----------*

I’m tempted by the second option, as it will prevent me needing to create extra relationship tables. Are there any pitfalls or additional problems I should consider?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T07:23:16+00:00Added an answer on June 15, 2026 at 7:23 am

    Are there any pitfalls or additional problems I should consider?

    One of your requirements is “Each row would only have 2 fields being used at any time.” In MySQL there is no easy way to enforce this constraint so you could get data inconsistency.

    If you use the multiple table design, you can use non-NULL fields and foreign key constraints to ensure consistency.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Tables: Students Professors Entries (there’s no physical table intry in the database for entries
I need to create multiple divs like below based on how many objects are
I need to create multiple Child Nodes in one element node in XML, do
Why do I need to create Multiple SSPs in MOSS? My manager (sharepoint administrator)
I'm new to GUI programming, but need to create a multiple window GUI. Does
I`v come across a need where I want to create multiple list items from
I need to create a WP site which will have multiple subjects. Each subject
I need to create an ASN.1 BER encoded file with multiple records. I've been
I need to setup multiple queues on an exchange. I would like to create
i need create an email list sending to many emails. what is best solution

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.