This section explains the master data to be used by this sample.
This is the master data of the registered member, which stores the member ID and member age data.
The table below shows the content of the member information master definition.
Identifier | Column | |
---|---|---|
Name | Description | |
MemberInfo | ID | Member ID. |
age | Member age. (10's: "10", 20's: "20", 30's: "30", 40's: "40", 50's: "50", 60 and over: "60") |
This is the master data of the registered store, which stores the store ID and area code of the area where the store is located.
The table below shows the content of the store information master definition.
Identifier | Column | |
---|---|---|
Name | Description | |
StoreInfo | ID | Store ID. |
areaID | Area code of the area where the store is located. |