How to find the date and time of last updated table?
Answer Posted / siddharthapenchala
select scn_to_timestamp(max(ora_rowscn)) from <TN>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
ow to bring suspect mode datbase online from scratch
What are Row versions of DataRow?
What are the different types of replication are there in sql server 2000?
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
How can I get data from a database on another server?
What is the full form of dql?
Write a query to include a constraint, to check whether the employee salary is greater than 5000?
What is temporal table?
What is difference statement and preparedstatement?
What is not null constraint?
How is a full-text index updated?
Do you know what is a with(nolock)?
What are tables in sql server?
What is application role in sql server database security? : sql server security
When is the use of update_statistics command?