Single Choice
Easy
QWhich of the following are valid types of table indexes used in Dynamics AX? (Select all that apply).
ID: #9356
Table Indexes in D365 F&O X++
248 views
Question Info
#9356Q ID
EasyDifficulty
Table Indexes in D365 F&O X++Topic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Justification:
- A Primary Index is used to provide a unique key to each record in a table. The allow duplicates property must be set to “No” to prevent duplicate key values
- A partial index is not used in Dynamics AX.
- A Clustered index is used to determine how data is organized in a table.
- A Non-Clustered Index is used to quickly reference data found in the clustered index.
Related Lesson: Index Types
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic