Add a column to the query described in exercise 2 that uses the RANK() function to return a column named BalanceRank that ranks the balance due in descending order.
Add a column to the query described in exercise 2 that uses the RANK() function to...