An auditor needs to find all transactions whose description contains the word 'ATM'. Return the transaction id, transaction_date, type, amount, and description for all matching transactions.
Schema
🔑idINT
🔗account_idINT
transaction_dateTEXT
typeTEXT
amountREAL
balance_afterREAL
descriptionTEXT
reference_numberTEXT
postgresql
Run your query to see results
Press Ctrl + Enter to execute