This technical problem deals with finding pairs of records from two tables that have the same value for a common column.
The solution above is optimal because it uses an inner join to find the records that have the same value for column C.
Evaluated at: 2022-11-23 10:16:21