How to fetch the last inserted record in a particular table?
Answer Posted / vimal katiyar
daer Archana your answer is nt complete so this s complete query fr last inserted record fetch from table
select * from <tablename> where id=(select max(id) from <table name>)
| Is This Answer Correct ? | 32 Yes | 2 No |
Post New Answer View All Answers
Is ado.net dead?
Define isolation?
What is disconnected architecture in ado.net?
Explain the difference between data reader and data adapter?
What is the difference between ADO and ADO.Net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
How to check if a datareader is closed or opened? IsClosed()
Describe datareader object of ado.net with example.
What are ado.net objects?
Define table relations?
How would you connect to database using .NET?
What is ado asp?
What is command class in ado.net?
What is the hierarchy of data in databases?
What is the default provider in ado.net?