How to find the date and time of last updated table?
Answer Posted / manish rathore
I got it from net.
Hope it will serve.
select *
from sys.dm_db_index_usage_stats
where object_id = object_id( '<Table_Name>' )
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a user role in oracle?
What are data pump export and import modes?
Explain table?
Explain the importance of .pll extension in oracle?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How many types of auditing in Oracle?
How to write a query with a right outer join in oracle?
What is set verify off in oracle?
6. Display the client name and order date for all orders using the traditional method.
How to divide query output into groups in oracle?
How to use like conditions in oracle?
Why use resource manager in Oracle?
What are transaction isolation levels supported by oracle?
How view is different from a table?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?