Should I show database-generated IDs to the user?
I'm working with a UI where users can create records that represent people. The user enters multiple fields (Name, Age, Married status), but I'm wondering how I should display duplicate data.
It could be possible that there are multiple entries with the same data. In this case, does it make sense for me to display the IDs the database generates? Would this help the user differentiate these records?