I have a result string like this A, C, D, F, B,
In my DB I have 10,000+ combinations like this 1. A, B, C, D 2. A, C, B, I, D, W, Z etc....
Now I want to search for my result string with 10,000+ strings.
Which is the best way to map (string compare) and get the result match.