How to fetch the last inserted record in a particular table?
Answer Posted / sudhakar sakthivel
select * from tableName where rowid = (select max(rowid)
from tableName);
in oracle
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is different between sqlcommand object and command behavior object?
What is ado in agriculture?
What is connection pooling and what is the maximum pool size in ado.net connection string?
Which method is used to sort the data in ADO.Net?
Why is it important to close an ado.net application?
What two types of data providers does ADO.NET supply? What determines which one you should use?
Why do we need ado.net?
Which database is the ado.net sql connection object designed for?
What is fill method in ado.net?
Explain the various objects in dataset.
What is the full form of ado.net?
Why is stored procedure used in ado.net?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is ado or jdbc?
What does datareader object do?