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
How to pass multiple tables in datasets simultaneously?
Give an example that shows how to execute a stored procedure in ado.net?
What are two important objects of ADO.Net?
What is a string variable?
Explain the dataadapter class in ado.net?
What is the difference between data reader and data adapter?
Can we connect two dataadapters to same data source using single connection at same time?
What is ado control?
What are the advantages and drawbacks of using ado.net?
What connected data?
Define executenonquery?
What does ole stand for in excel?
What is ado circle?
What are typed and untyped dataset?
Why do we use sqldataadapter?