I needed some help in knowing whether we can have an option of sorting the rows of the table in Oracle based on the time of insertion.
Like do we use any sorting of function based indexes.
I would like to perform this operation of auto sorting without having to declare any new column for recording time.
Does the oracle server keep track of that information which i can use for sorting.
Thanks in advance
rownumis only useful if the subquery you're sorting is sorted by something useful, e.g. a date/time column.