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 where clause in oracle?
Where is the export dump file located?
What are the different types of modules in oracle forms?
Use of an integrity constraint is better to validate data. Explain
How do I use os authentication with weblogic jdriver for oracle and connection pools?
How can we delete duplicate rows in a table?
What is not equal to in oracle?
What is oracle datasource?
Explain the difference between replace() and translate() functions in oracle?
Difference between pre-select and pre-query
What is background process in Oracle?
What is meant by joins?
What is a directory object?
Explain joins in oracle?
What is a dynamic performance view in oracle?