I've defined two tables:
One table with products information
One other with departments information
A product is used by more than one department.
A department uses more than one product.
ex:
Product1 is used by
- Department A
- Department C
Product2 is used by
- Department A
- Department B
- Department E
How do I define the relationship between these two tables ?
One table with products information
One other with departments information
A product is used by more than one department.
A department uses more than one product.
ex:
Product1 is used by
- Department A
- Department C
Product2 is used by
- Department A
- Department B
- Department E
How do I define the relationship between these two tables ?