How can we also calculate how many drinks these regulars bought in total?

By summing up the drinks values with SUM(drinks)By counting the drinks values with COUNT(drinks)

By summing up the drinks values with SUM(drinks).