Two Transactions Ago...

59. Two Transactions Ago...

Display each transaction alongside the previous two for that customer.

The accounting team wants to analyze previous transactions. Write a query to display the transaction ID, amount, and details of the previous two transactions for each customer.
Write Your Query