Table: ALL_JOIN_IND_COLUMNS
Join Index columns comprising the join conditions
| Column Name | Description |
|---|---|
| INDEX_NAME | Index name |
| INDEX_OWNER | Index owner |
| INNER_TABLE_COLUMN | Column name of inner table (table closer to the fact table) |
| INNER_TABLE_NAME | Table name of inner table (table closer to the fact table) |
| INNER_TABLE_OWNER | Table owner of inner table (table closer to the fact table) |
| OUTER_TABLE_COLUMN | Column name of outer table (table closer to the fact table) |
| OUTER_TABLE_NAME | Table name of outer table (table closer to the fact table) |
| OUTER_TABLE_OWNER | Table owner of outer table (table closer to the fact table) |