Hello,

Let's say I have 2 tables:

  • projects
  • users

and I need to relate them so that a user can work on one or more projects and a project can be worked by one or more users.

How to implement this without having a third table ?? It this possible??

How to implement this without having a third table ?? It this possible??

Not recommended. Third table is your best option. What would be the reason for not using one?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.