During data analysis, you are given a set of IDs from two different sources. You need to find IDs that are either in the first set or the second set but not in both. Which set operation will you apply?

  • Difference
  • Intersection
  • Symmetric Difference
  • Union
To find IDs that are in either the first set or the second set but not in both, you would apply the "Symmetric Difference" set operation. This will give you elements that are exclusive to each set.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *