| Table Name | Description |
| ALL_DIM_ATTRIBUTES | Representation of the relationship between a dimension level and a functionally dependent column |
| Column ID | Column name | Data type | Length | Precision | NULL | Description |
| 1 | OWNER | VARCHAR2 | 30 | (null) | N | Owner of the dimentsion |
| 2 | DIMENSION_NAME | VARCHAR2 | 30 | (null) | N | Name of the dimension |
| 3 | ATTRIBUTE_NAME | VARCHAR2 | 30 | (null) | Y | Name of the attribute |
| 4 | LEVEL_NAME | VARCHAR2 | 30 | (null) | Y | Name of the hierarchy level |
| 5 | COLUMN_NAME | VARCHAR2 | 30 | (null) | N | Name of the dependent column |
| 6 | INFERRED | CHAR | 1 | (null) | Y | Whether this attribute is inferred from a JOIN KEY specification |