Imagine you need to find pairs of employees who share the same job title without displaying the same employee twice (e.g., Employee A paired with Employee B is the same as Employee B with Employee A). Which SQL concept would be most efficient for this task?