Okay so i have the following many to many relationship in 3 tables:
**MEAL**
mealID
**FoodProduct**
fpID
**meal_food**
mealID
fpID
quantity
The MEAL and FoodProduct tables are already populated so i just need to select a mealID
and a fpID
and manually set a quantity
.