I am trying to write an SQL statement that can find a company's top client. A top client is defined as one that has purchased the most (total purchase amount) among all the company's clients, not just a the max amount in 1 purchase. How would I go at solving this one? I don't have much experience with SQL but what I do have so far is: I am trying to write an SQL statement that can