Salesforce Certified Marketing Cloud Email Specialist — Question 83

A new data extension named `Orders` contains order data. One row is recorded for each customer's order. Customers can place multiple orders. The Orders data extension relates to other data extensions and contains the following fields:
✑ OrderNumber: a unique alphanumeric order number.
✑ CustomerID: a numeric customer identification number.
✑ OrderDate: the system date and time for the order.
✑ Instructions: an optional alphanumeric string that contains customer delivery notes.
What statement accurately reflects the configuration of the Orders data extension?

Answer options

Correct answer: C

Explanation

The correct answer is C because the OrderNumber is defined as a unique alphanumeric identifier for each order, making it suitable as the Primary Key. Option A is incorrect as OrderNumber is not a Number data type but alphanumeric. Option B is wrong since CustomerID does not uniquely identify each order, and option D is incorrect because while some fields may be nullable, the Primary Key field must contain a value.