Skip to content
Advertisement

Writing SQL Queries Workbench

I’m having some trouble with writing this query. This is what I have so far:

Find the name of the customer that deposited the highest amount with one transaction (include the transaction amount).

**This is the bank database: **

Advertisement

Answer

Below query will return the customer name with amount who deposited highest amount in a single transaction. If there is more than one customer with same highest amount then the first one to deposited that will be selected.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement