For each transaction, return transaction_id, product_name, and total_amount by INNER JOINing to prod
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
Problem
For each transaction, return transaction_id, product_name, and total_amount by INNER JOINing to products on product_id. Order by transaction_id.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.