S_TX_COHORT_STUDENT_C (ver 14.5.0)
This table is a child table of the S_TX_COHORT_S table that stores information about the students associated with each cohort group.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 14.5.0 | Number(11,0) | Primary Key. |
S_TX_COHORT_SID | 14.5.0 | Number(11,0) | A foreign key link to S_TX_COHORT_S. |
STUDENTSDCID | 14.5.0 | Number(11,0) | A foreign key that relates the extended table to the [Students] table. |
End_Date | 14.5.0 | Date | Denotes the date the student ended their association with the cohort group. |
Start_Date | 14.5.0 | Date | Denotes the date the student started their association with the cohort group. |