Problem: Store 66 unique options, choices, or flags in a database.
Holy Bible Trivia would like to enhance the users preferences to select trivia only from desired 66 books in the bible.
We are currently using an integer and bitwise operators for users preferences but this will only allow for 32 selections. Even if 64 bit was an option it still would be short by 2 selections.
Separating it by testaments will work for the 27 new testament books but not for the 39 old testament books.