SH.SALES (table)

From dbscript Online Help
Revision as of 19:06, 2 May 2009 by Bot (talk | contribs) (New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | SH.SALES |- |} {| border="1" cellpadding="5" cellspacing="0" style="border-c...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

wikibot

Table SH.SALES


Column Data Type Nullable Default PK Index
PROD_ID NUMBER not null SALES_PROD_BIX
CUST_ID NUMBER not null SALES_CUST_BIX
TIME_ID DATE not null SALES_TIME_BIX
CHANNEL_ID NUMBER not null SALES_CHANNEL_BIX
PROMO_ID NUMBER not null SALES_PROMO_BIX
QUANTITY_SOLD NUMBER not null
AMOUNT_SOLD NUMBER not null


Relation Column Referenced Column
SH.CHANNELS CHANNEL_ID CHANNEL_ID
SH.CUSTOMERS CUST_ID CUST_ID
SH.PRODUCTS PROD_ID PROD_ID
SH.PROMOTIONS PROMO_ID PROMO_ID
SH.TIMES TIME_ID TIME_ID