sql - MySQL Products to ClientsPriceList Database Design Issue -


enter image description here

product table.

enter image description here

pricelist table.

i have product table , pricelist table linking purpose of getting price of each product based on client(column name). i'm wondering if design alright? more efficient? column each client's pricelist or table each client's pricelist?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -