Is it possible to compare the count of 2 separate queries in one step?
I have table A which has x records. From table B, I want to check that all x records are within it.
I'm struggling to find a way to go this. I've been looking at this for days and the closest I've got is returning only if the exact records are in A and B, no difference or subset.