Mysql Create table with best method -


  • i have customer table
  • i have article table
  • i have distribution article table

i want send 1 article customers. in distribution table. adding duplicate rows each article customer id.

how can avoid this, if make customers column, new customer added need alter distribution table.


Popular posts from this blog

debugging - Reference - What does this error mean in PHP? -

c++ - What is the reason for not being able to deduce array size from initializer-string in member variable? -