Is there a way to bring up the following with the table below:
customer_id | loan_date  | loan_amount | loan_paid | status
------------+------------+-------------+-----------+--------
customer1     04/02/2010   5000          3850        active
customer2     04/02/2010   3000          3000        completed
customer3     04/02/2010   6500          4300        defaulted
...
Avg loan, the standard deviation of all the loans, the number of loans, the total amount of defaulted, and the total amount of collected loans per month. (I have data for about 5 years).
I have no idea of where to start.
 
    