What are the default attributes created when a dimension is created using Surrogate key option?
-
LONG_DESCRIPTION
-
SHORT_DESCRIPTION
-
PARENT_CD
-
CHILD_CD
-
CD
A,B
Correct answer
Explanation
When creating a dimension using the Surrogate key option, Oracle AWM automatically generates LONG_DESCRIPTION and SHORT_DESCRIPTION attributes to store dimension member names and descriptions. These serve as the primary display fields in reports and UIs. PARENT_CD and CHILD_CD are relationship attributes that must be explicitly defined through hierarchy creation, not auto-generated.