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?
srikanthreddyw
8 months ago