A library system contains information for each book that was borrowed. Each time a person borrows or returns a book from the library, the following information is recorded in a database.
Name and the unique ID number of the person who was borrowing the book
Author, title, and the unique ID number of the book that was borrowed
Date that the book was borrowed
Date that the book was due to be returned
Date that the book was returned (or 0 if the book has not been returned yet)
Which of the following CANNOT be determined from the information collected by the system?