Create a new Update query as follows: a. Select the ComponentName, Installation Fee, and MonthlyFee fields from the SoftwareComponent table. b. Add criteria so only those records with an Installation Fee value greater than or equal to 2000 are selected. c. Update the Installation Fee and MonthlyFee fields to increase them by 10% of their current values. d. Run the query to update eight records, save it using UpdateFees as the query name, and then close it.