How to fetch the last inserted record in a particular table?
Answer Posted / skumar
We can use the query like
SELECT TOP 1 ID FROM table ORDER BY ID DESC
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
How to check if a datareader is closed or opened? IsClosed()
How can we add relation between tables in a dataset?
What is the difference between the clone() and copy() methods of the dataset class?
What is the provider being used to access oracle database?
Describe connection object in ado.net
Which name space is used to get assembly details?
How to find the given query is optimised one or not?
Give few examples of datareader that is used in different dataproviders.
What is csdl entity framework?
What is Dataset Object?
Which is better entity framework or ado.net?
Which ado.net object is very fast in getting data from the database?
What is the purpose of using adodb?
What is the difference between a datareader and a dataset?
Define connection string?