Write a query that will sum the amount of all approved

Publish By: Admin,
Last Updated: 18-Apr-24
Price: $120

1. Write a query that will sum the amount of all approved transactions grouped by merchants and currency for the current year. 2. Write a query that will count all transactions with a declined status that have a parent transaction with an approved status. (Parent_id is a foreign key to the Transactions table)