In order to get Last record added to the table, you should first get an idea on table dattype..
1) Whether any sequence no in any column defined which will update when ever row is inserted.
2) will get by retrieving max rowid from the table
himabindu
Apr 16th, 2018
Why use rownum < 2?
Bobby
Apr 18th, 2018
rowid is pseudo column and it can change internally especially on transactional table
How do you view the last record added to a table?
Questions by t_ahwaz
Related Answered Questions
Related Open Questions