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
Which name space is used to get assembly details?
What is the full form of ado.net?
Do we use stored procedure in ADO.Net?
Explain the two fundamental objects in ado.net?
What is data relation in ado.net?
What is ado code?
Describe datareader object of ado.net with example.
What are the data access namespaces in .NET?
Is datareader faster than datatable?
how Sequence to connect and retrieve data from database using dataset?
Why edit is not possible in repeater?
What is disconnected scenario in entity framework?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
How to add an aggregate column?
What is ole in vb?