Context:
I'm working on a database of museums and Categories will be one way the user will be able to search. e.g click on "Music" and a list of music related museums turn up. Pretty simple.
Problem:
I'm stuck and confused on the Normalisation process of the "Categories" table...
categories_PK IF is the entry point to the ID rows table, how do I reference the actual categories themselves? Such as "Architecture" and "Artists Architects and Writers Homes" in one query? I'm confused — I don't see how the values will be referenced?
As one museum may fall into more than one category, the only other idea I had was to ad a Foreign Key to every category such as Archaeology_PK? Here's what I've got....
