I have a very basic database and my requirement is that whenever the app comesup it should show latest n additions (rows added) in the database. Additions should also cover replacing values in existing rows..
Think of a console where you are showing lastest 100 modifications to the DB.
To keep the size of db small I am not including a timestamp.
Is there anyeasy way to do it