|  
 TABLE_OWNER 
 | 
 
 VARCHAR2(30) 
 | 
 | 
 
 Owner of the modified table. 
 | 
|  
 TABLE_NAME 
 | 
 
 VARCHAR2(30) 
 | 
 | 
 
 Name of the modified table 
 | 
|  
 PARTITION_NAME 
 | 
 
 VARCHAR2(30) 
 | 
 | 
 
 Name of the modified partition 
 | 
|  
 SUBPARTITION_NAME 
 | 
 
 VARCHAR2(30) 
 | 
 | 
 
 Name of the modified subpartition 
 | 
|  
 INSERTS 
 | 
 
 NUMBER 
 | 
 | 
 
 Approximate number of inserts since the last time statistics were gathered 
 | 
|  
 UPDATES 
 | 
 
 NUMBER 
 | 
 | 
 
 Approximate number of updates since the last time statistics were gathered 
 | 
|  
 DELETES 
 | 
 
 NUMBER 
 | 
 | 
 
 Approximate number of deletes since the last time statistics were gathered 
 | 
|  
 TIMESTAMP 
 | 
 
 DATE 
 | 
 | 
 
 Indicates the last time the table was modified 
 | 
|  
 TRUNCATED 
 | 
 
 VARCHAR2(3) 
 | 
 | 
 
 Whether or not the table was truncated since the last time statistics were gathered 
 |