MB-280 · Question #42
One of the data sources being ingested into Dynamics 365 Customer Insights - Data is Microsoft Dataverse. During the unification process, you need to identify the primary key. Which three data types…
The correct answer is B. Whole Number C. String E. GUID. In Dynamics 365 Customer Insights, during the unification process, the primary key must be unique for each record. The following data types can serve as a primary key: Whole Number: Whole numbers are frequently used as primary keys, particularly when generated as sequential…
Question
Options
- AInteger
- BWhole Number
- CString
- DBoolean
- EGUID
How the community answered
(34 responses)- A6% (2)
- B91% (31)
- D3% (1)
Explanation
In Dynamics 365 Customer Insights, during the unification process, the primary key must be unique for each record. The following data types can serve as a primary key: Whole Number: Whole numbers are frequently used as primary keys, particularly when generated as sequential values. String: Strings can be used as primary keys, especially when they represent unique values, such as codes or identification numbers. GUID: A Globally Unique Identifier (GUID) is commonly used as a primary key in systems like Microsoft Dataverse, ensuring a unique value for each record. Other options like Integer are not typically used independently of the Whole Number data type, and Boolean values cannot serve as primary keys since they can only have two possible values (True/False), which would not meet the uniqueness requirement for identifying records.
Topics
Community Discussion
No community discussion yet for this question.