https://leetcode.com/problems/monthly-transactions-i/submissions/1193358504/?envType=study-plan-v2&envId=top-sql-50 Monthly Transactions I - LeetCode Can you solve this real interview question? Monthly Transactions I - Table: Transactions +---------------+---------+ | Column Name | Type | +---------------+---------+ | id | int | | country | varchar | | state | enum | | amount | int | | trans_dat..