ZCA_CLICK_USER_REGION

The table is used to store CH_USERNAME and CLICK_USER_REGION from zca_ua_click_history, which could avoid querying too much duplicated data and imporve the efficiency.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

zca_click_user_region_PK

CH_USERNAME

Columns

Name Datatype Length Not-null Comments
CH_USERNAME VARCHAR2 100 Yes User associated with the Click Event.
CLICK_USER_REGION VARCHAR2 100 Yes User's Geographic Region associated with the click event.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.

Indexes

Index Uniqueness Tablespace Columns
ZCA_CLICK_USER_REGION_PK Unique Default CH_USERNAME