Set Math: Intersection/Union

Difficulty: Beginner

Question

How do you find common elements between two sets?

Answer

Use `SINTER set1 set2`. For all unique elements across both, use `SUNION`.

Concepts covered

Sets, Analytics