Explore Westonci.ca, the premier Q&A site that helps you find precise answers to your questions, no matter the topic. Connect with a community of experts ready to help you find solutions to your questions quickly and accurately. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately.

9. SQL: Billing Software Report 2
You are working on a billing application and need to get a list of customers with their
transaction transcripts.
The result should have the following columns: iban / transactions | total.
• iban-client's IBAN number
• transactions - list of transaction amount records for a specific IBAN:
o Record is a transaction amount
o Records are separated by the sign of the amount of the transaction surrounded by a
single space. See 'Expected Output' for an example.
o Records are sorted in ascending order of dt
• total- the total amount of all transactions for a specific IBAN
The result should be sorted in descending order by total.