Let's say i have "products", "events" and "news" tables -- now I want to be able to categorize the data in each of these tables. Would it make sence to have 1 categories table for each of these?
Or should i have an eventcategories table, and a productcategories table?