SQL - Aggregate Functions
You have a table
Transactions with columns user_id and transaction_value. Which query calculates the average transaction value for each user?