It is desired to create a data rule to determine how many rows in the master data catalog
have a primary shipping location that is not found in the location_number column in the
“Location” table. What is the proper rule definition logic to achieve this requirement?

A.
master_catalog_primary_shipping_location <> location_number
B.
master_catalog_primary_shipping_location NOT match location_number
C.
master_catalog_primary_shipping_location NOT in_reference_list location_number
D.
master_catalog_primary_shipping_location NOT in_reference_column location_number
Explanation: