C
Cyberstar
I'm concerned that a junction table is not correct. There are 2 tables,
Order and Jobcode. An order can have many job codes. A job code can have
many orders. This requires a junction table. How can I create a junction
table that ensures the correct orders are 'mapped' to the correct job codes?
Thank you
Order and Jobcode. An order can have many job codes. A job code can have
many orders. This requires a junction table. How can I create a junction
table that ensures the correct orders are 'mapped' to the correct job codes?
Thank you