Write a SQL query to find all pairs of rows (a, b) such that a is in table A, b is in table B, and a and b have the same value for column C.
This solution is correct and demonstrates a good understanding of SQL. The approach is straightforward and easy to follow.
Evaluated at: 2023-01-28 04:15:31