MCQ Single Best Answer Easy

QHow are base enumerations represented and stored in the database?

ID: #9343 Module 4: Base Enumerations 202 views
Question Info
#9343Q ID
EasyDifficulty
Module 4: Base EnumerationsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A As a literal string value
  • B As a numerical value
  • C As an alphabetical character
  • D None of the above
Correct Answer: Option B

Explanation

Justification:

Correct Answer: As a numerical value

  • 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.
  • Related Lesson: Create a Base Enumeration

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.