I have a Book table with columns like
Book-id title description author category1 category2 category3
100001 Micro blah blah Michael Crichton SciFi Action Mystery
But the categories available is about 22 each book is allowed 3 Any category column can have any of the categories
For searching this set up, it becomes extremely hard and there are about 6000 books so far listed on it.
What would be the best way to do categories in a database design to make searching easier? I tried giving them all a index column but that caused the table to throw a 1070 error. Thanks in Advance Gary