/*Write a SQL statement to find the average purchase amount of all orders.*/ SELECT AVG (purch_amt) FROM orders;