I have the table "noticia" and I'm going to make a system of tags, these tags will have to have a table for each or just a table?
I have the table "noticia" and I'm going to make a system of tags, these tags will have to have a table for each or just a table?
You do not need a table for each TAG, you only create another table with the tags and the news id as shown below. Another way is to create a column inside the news table where you can put tags separated by commas!
Noticia | Tag --------- | ------ Id | Id Desc | IdNoticia | Tag