As F64 said, records in a table were placed in ramdom.
The [Last Record] means the recored very recently inserted, this means you can trace EITHER an incremental ID column or datetime stamp, with MAX()
function, ex, max(ID) or MAX(time_added).
If you are using Oracle, there is an internal RowID,
but it is BAD practice to use it in program.