1.you have an avatar in a folder on the site
2.you have an avatar hash in ow_base_avatar
3.where is the other sql table that controls avatars?
The example above explained below:
(filename)_(ClientDB-ID)_(DB-Hash)
(avatar)_(9)_(1405032012)
(avatar_big)_(9)_(1405032012)
(avatar_original)_(9)_(1405032012)
The ow_base_avatar table in the DB will connect the corresponding avatar file name with the client ID in the ow_base_user table
In this example, unfortunately I had already deleted the account I tested with, but hope this helps someone else down the road.