HWR_CERTIFICATN_B

The certification table stores profile certification data.

Details

  • Schema: FUSION

  • Object owner: HWR

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

HWR_CERTIFICATN_B_PK

SOURCE_ID, CERTIFICATION_ID

Columns

Name Datatype Length Precision Not-null Comments
CERTIFICATION_ID VARCHAR2 500 Yes This is the primary key for the certification table.
SOURCE_ID NUMBER 18 Yes The Id of the source for the profile which has the certification.
NAME VARCHAR2 255 This is the name of the certification.
TITLE VARCHAR2 255 This is the title of the certification.
COUNTRY VARCHAR2 255 This is the country where the certification was given.
STATE VARCHAR2 255 This is the state where the certification was given.
ORGANIZATION VARCHAR2 255 This is the organization which gave the certification.
START_DATE TIMESTAMP This is the start date of the certification.
END_DATE TIMESTAMP This is the end date of the certification.
CERTIFICATION_LEVEL VARCHAR2 255 This is the level of the certification.
CERTIFICATION_TYPE VARCHAR2 255 This is the type of the certification.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.

Foreign Keys

Table Foreign Table Foreign Key Column
HWR_CERTIFICATN_B hwr_src_source_b SOURCE_ID
hwr_certificatn_prfl_x hwr_certificatn_b SOURCE_ID, CERTIFICATION_ID

Indexes

Index Uniqueness Tablespace Columns
HWR_CERTIFICATN_B_U1 Unique FUSION_TS_TX_DATA SOURCE_ID, CERTIFICATION_ID