Merkle Insourcing Flashcards

1
Q

What does the GAA.ONS_VEH table represent?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the primary key for GAA.ONS_VEH table and what does it represent?

A

ID (logical name, VEH_ID).

It uniquely identifies a vehicle equipped with an OnStar unit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the ONS_BNDL_OFFER table represent?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the primary key for GAA.ONS_BNDL_OFFER and what does it represent?

A

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’.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the ONS_ORDER table represent?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the primary key for ONS_ORDER and what does it represent?

A

ORDER_NBR.

Order number for a given product.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the ONS_PROD table represent?

A

OnStar Products. This identifies the goods and services that are sold to Onstar subscribers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the primary key for the ONS_PROD table and what does it represent?

A

PRODUCT_ID logical name, ID physical name. Uniquely identifies a product.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the ONS_ORDER_LINE table represent?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the primary key for the ONS_ORDER_LINE table?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly