How to find the date and time of last updated table?
Answer Posted / manoj
select table_name, to_char(last_analyzed, 'DD-MM-YY
HH:MI:SS') from user_tables where last_analyzed in (select
max(last_analyzed) from user_tables)
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
explain the storage models of olap? : Sql server database administration
What methods do you follow to protect from sql injection attack?
What is user-defined inline table-valued function?
Do you know what are the restrictions that views have to follow?
What is the use of =,==,=== operators?
What is checkpoint in sql server?
How to Insert multiple rows with a single insert statement?
what is nonclustered index
How to select some specific columns from a table in a query in ms sql server?
What is difference between materialized view and view?
What is default constraint in ms sql server?
What is exporting utility?
What is federation member?
What is the impact on other user sessions when creating indexes?
What is a raid and what are different types of raid configurations?