Hi, I have started to learn joomla and I have a question.

If we have a site having sections:-
  1. audio songs
  2. ring-tones
  3. video songs
And they have categories (belong to sections above respectively) like:-
  1. Hollywood Audio Songs
  2. Hollywood ring-tones
  3. Hollywood video songs
Since all categories are related to the Hollywood then all articles belonging to this category will have film names common.So is it not a good idea to store films else where and make a relationship table between films and content(articles) table, so duplication of same information can be prevented and we can display all 3 category articles for a specific film.

How situation like these can be tackled in joomla?