Sorry if the title is hard to understand.. :S
I have a table with an order, and this order should be able to have an unknown number of pizzas. How do I implement this?
I have a table for pizzas, and a row for PizzaID. The order table should have an unkown number of pizzaIDs.. :S
Thanks
You need a table for Orders, a table for Pizzas and a junction table associating Pizzas with Orders