This should be a fairly regular operation: when retrieving records from a table in DB, I need them to be ordered by descending creation date time. But if I use a AUTOINCREMENT key, I can also order by descending key value.
My question is: which is better?
I think you should identify the sorted columns clearly. If not, the order of result can be changed if you update 1 line of data