Cross Joins
Every left row pairs with every right row.
Each left row pairs with each right row.
The pair grid has 6 pairs.
CROSS JOIN examples are tiny finite-table transforms; SQL dialect completeness, type coercion, optimizer behavior, execution cost, indexing, and database-product claims are out of scope.
Each pair becomes one output row.
CROSS JOIN output is driven by pair count.