You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transactions_id column uniquely identifies each row in this table.
15
+
Each row of this table contains the transaction id, amount and transaction date.
16
+
Write a solution to find the sum of amounts for odd and even transactions for each day. If there are no odd or even transactions for a specific date, display as 0.
17
+
18
+
Return the result table ordered by transaction_date in ascending order.
0 commit comments