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
Do you know what is sql service broker?
Explain insert into select statement?
How do I view a trc file?
What are the approximate numeric data types?
What are different types of constraints?
can we have a nested transaction? : Sql server database administration
What is a group function explain with an example?
How can sql injection be stopped? : sql server security
What command do we use to rename a db, a table and a column?
Comment,Datatypes are unlimited
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
How do you handle datasets larger than 50 gb?
How to count duplicated values in a column in ms sql server?
Explain can SSRS reports Cache results?
What is normalization? Explain its different types?