Write a query that will return the registration IDs and cost where the cost was higher than the cost averaged over all registrations.
Hint: You’ve used COUNT and MIN to count items in a column and find the minimum value in a column, respectively. What do you think the AVG statement might return?