Find all transactions made between '2024-01-01' and '2024-06-30' where the total_amount is between 1
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
Problem
Find all transactions made between '2024-01-01' and '2024-06-30' where the total_amount is between 100 and 1000. Select transaction_id, transaction_date, and total_amount.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.