Here's a sample table:
Columns:
table_id(primary, auto_increment), item_number, user_name, entry_date
Each time a user logs in, they record an item, their user_name and an entry_date.
Sometimes there will be duplicates of item_id, but only one entry per user.
I tried to get the latest...