write a query to display the patron id and the average number of days that patron keeps books during a checkout. limit the results to only patrons who have at least three checkouts. sort the results in descending order by the average days the book is kept, and then in ascending order by patron id

Respuesta :

ACCESS MORE