`find_composite_key_candidates` just returns one composite key candidate now. That's good for performance. We should also let the user figure out all possible candidate keys as well. That way they can select if they want to.
find_composite_key_candidatesjust returns one composite key candidate now. That's good for performance.We should also let the user figure out all possible candidate keys as well. That way they can select if they want to.