|
|
|
Forum Member
      
Group: Forum Members
Last Login: 10/6/2009 11:47:18 AM
Posts: 27,
Visits: 76
|
|
Is there any metadata table/view where one can find the last modification time of the table.
If we alter a table to add a new column, or drop an existing column, or any chnage to table structure, in Oracle, there is a metadata table (all_objects) where we can find the
last modification timestamp.
I am looking for the same functionality in TERADATA.
Please suggest.
*
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 2:07:30 AM
Posts: 112,
Visits: 264
|
|
DBC.Tables.LastAlterTimestamp
give the date/ time that DDL was run on the table - eg Create/ Alter/ Create or Drop Index, etc
|
|
|
|