QuestionQ62
Implement security and optimize performanceA company has a Dynamics 365 Finance environment.
You need to implement indexes for new tables.
Which index types should you use? Each index type may be used once, more than once, or not at all.
Drag & Drop
Primary
Clustered
Non-Clustered
Provide a unique key for each record in a table.
Organize the data for a table according to the physical order of the specified column.
Quickly reference data that is found by using a specified set of columns.
Community Discussion