How to fetch the last inserted record in a particular table?
Answer Posted / archana
If a table have identity column then u can fetch the last
inserted record through following query:
"select max(ID) from test"
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What is ole2 format?
What is the current version of entity framework?
How can we serialize the dataset object?
Which is better ole db or odbc?
Do you use stored procedure in ado.net?
What is namespace in ado.net?
How do you connect to sql server database without using sqlclient?
What are the differences between OLEDB and SQLClient Providers?
What is ado.net tutorial?
Which object holds only data and does not interact with data source?
What is ole access?
Explain the difference between ado and ado.net?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Explain the different row versions available in table?