| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | OWNER | VARCHAR2 | 30 | (null) | Y | Table owner name |
| 2 | TABLE_NAME | VARCHAR2 | 30 | (null) | Y | Table name |
| 3 | PARTITION_NAME | VARCHAR2 | 30 | (null) | Y | Partition name |
| 4 | SUBPARTITION_NAME | VARCHAR2 | 30 | (null) | Y | Subpartition name |
| 5 | COLUMN_NAME | VARCHAR2 | 30 | (null) | Y | Column name |
| 6 | NUM_DISTINCT | NUMBER | 22 | (null) | Y | The number of distinct values in the column |
| 7 | LOW_VALUE | RAW | 32 | (null) | Y | The low value in the column |
| 8 | HIGH_VALUE | RAW | 32 | (null) | Y | The high value in the column |
| 9 | DENSITY | NUMBER | 22 | (null) | Y | The density of the column |
| 10 | NUM_NULLS | NUMBER | 22 | (null) | Y | The number rows with value in the column |
| 11 | AVG_COL_LEN | NUMBER | 22 | (null) | Y | The average length of the column in bytes |
| 12 | SAMPLE_SIZE | NUMBER | 22 | (null) | Y | The sample size used in analyzing this column |
| 13 | LAST_ANALYZED | DATE | 7 | (null) | Y | The date of the most recent time this column was analyzed |