I am still pretty weak on creating normalized tables and seldom create them, but I am trying to create one where there is a table for articles and each article can have several categories. I figure the tables should look something like the following:
Code:Table_1
ID, article_content, category_ID
I just don't see how to tie them together. I strongly suspect that the tables should look different as well.Code:Table_2
ID, category_name, category_ID
