A. The literal string value is defined in Dynamics AX. This is what end users will see on forms and reports. However, the literal value is not stored in the database.
B. A different numerical value represents a different choice or literal value for the enumeration. This relationship is defined in Dynamics AX. The value that is stored in the database is the numerical value for the enumeration.
C. Enumerations do not use alphabetical characters to represent their literal values, but rather numerical values.
D. This is not correct as base enumerations are represented by numerical values in the database.