Merkle Insourcing Flashcards
What does the GAA.ONS_VEH table represent?
Any given vehicle that is equipped with an OnStar unit… this entity tracks all the attributes of the vehicle – as manufactured plus additional OnStar attributes… hence ONS_VEHICLE
What is the primary key for GAA.ONS_VEH table and what does it represent?
ID (logical name, VEH_ID).
It uniquely identifies a vehicle equipped with an OnStar unit.
What does the ONS_BNDL_OFFER table represent?
A Bundled Offer is a collection of Products and corresponding Offers, that must be purchased together in order to get those Products with the discounts associated with those Offers. All products and Offers are sold through a Bundled Offer – incuding bundles of consisting of one offer.
What is the primary key for GAA.ONS_BNDL_OFFER and what does it represent?
ID, logical name BNDL_OFFER_ID
Idnetifier of a Bundled Offer. A Bundled Offer is a collection of Products and corresponding Offers, that must be purchased together in order to get those Products with the discounts associated with those Offers.
Note that in the DDL, this column is simply called ‘ID’.
What does the ONS_ORDER table represent?
Specifies information about the list of offers made to a vehicle. Includes information about what offer was made, when the offer was made, was it accepted, which advisor made the offer (if applicable) and which subscriber was it made to.
What is the primary key for ONS_ORDER and what does it represent?
ORDER_NBR.
Order number for a given product.
What does the ONS_PROD table represent?
OnStar Products. This identifies the goods and services that are sold to Onstar subscribers.
What is the primary key for the ONS_PROD table and what does it represent?
PRODUCT_ID logical name, ID physical name. Uniquely identifies a product.
What does the ONS_ORDER_LINE table represent?
This is a vehicle order line item with the details about a product purchase identifying the product/quantity and duration and cancelation information if this line item is cancelled or voided.
What is the primary key for the ONS_ORDER_LINE table?
ORDER_NBR, ORDER_LINE_NBR.
ORDER_NBR: Order number for a given product.
ORDER_LINE_NBR: A unique line number assigned to a order for a product, within a vehicle order.