I'm not sure what to do... please help.
I have three tables (tableA, tableB, tableC)
tableA has a primary key, auto-increment
tableA has a column that stores tableB's primary key
tableB has a column that stores tableC's primary key
My query selects * from tableA where a field in tableC = "brown"
Should I set each linking (foreign key) column in MYSQL to index?
thanks for any help regarding proper use of index and unique