Hi,
A quick question:
What would be more efficient... having one master table?
e.g.
master_table:
date, title, description, section
Or seperate tables for each section:
fashion_table:
date, title, description
music_table:
date, title, description
Is there much difference?
Thanks