Cross Join for Combinations

Medium
joins Uber Airbnb Stripe

Write a query using a CROSS JOIN to generate all possible combinations of sizes and colors. Return size_name and color_name, ordered by size_name, then color_name.

Expected Output: Every combination of size and color.

Tables

Hints (3 available)

SQL Editor

Output

Click "Run" to see results...