AB_COURSE_RELATIONSHIP_COURSE
This table stores course relationship information.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 16.5.0 | NUMBER(19,0) | Primary Key |
RELATIONSHIPID | 16.5.0 | Varchar2(20) | The ID from the AB_COURSE_RELATIONSHIP table |
COURSE | 16.5.0 | Varchar2(20) | The course based on the relationship. |
WhoCreated | 16.5.0 | Varchar2(100) | The name of the person who created the record. Defaults to the user. |
WhenCreated | 16.5.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 16.5.0 | Varchar2(100) | The name of the person who modified the record. Defaults to the user. |
WhenModified | 16.5.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date. |