Multiple values in one field (foreign keys?)
问题 I am trying to do an Ordering System where you can put many Products in one order. I have very little knowledge about this and this is where i am now There are 3 tables, Product table,Order table and the Order-products table. I really don't know if this is right as i am beginner especially on foreign keys. What I want to achieve is you can order many products and put that products into one "OrderID" like this example in pic below. This are my only codes. Sorry but i am really lost at this.