I want to get the last row, which I inserted into a table in an Oracle 11g Express database. How can I do this?
SELECT * FROM MY_TABLE WHERE <your filters> ORDER BY PRIMARY_KEY DESC FETCH FIRST ROW ONLY