How to design database schema to store multiple value in one column? -


i have database design here: i want add list of products selected customer purchase table->product column.

how should define attributes in "localhost/phpmyadmin" column can hold multiple value?here want store multiple product id in product_id column. how should define schema attributes?


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -