Interview Guides
You are given a single table of PNC deposit transactions. Write a SQL query to return the top 3 customers by total posted deposit amount. Only include rows where transaction_type = 'Deposit' and status = 'Posted'. The result should show each customer's name and total deposited amount, sorted from highest to lowest total.