This a MYSQL question. I am stuck. Please help.

5. Modify your query from Question 4 to count the number of weekend rides and weekday rides for usertype ‘Customer’ (Hint - Using the citibikerides table, your output table should have three columns: usertype, RideType, and count(*)).