This table is a child table of [Students] table.
|
Column Name |
Version |
Data Type |
Description |
|---|---|---|---|
|
ID |
18.2.0 |
Number(10,0) |
System generated Primary Key. |
|
StudentsDCID |
18.2.0 |
Number(10,0) |
Foreign Key to the Students table. |
|
ContentArea |
18.2.0 |
VarChar2(5) |
Indicates the Proficiency Content Area for a student. |
|
StartDate |
18.2.0 |
Date |
Start date of the Proficiency |
|
EndDate |
18.2.0 |
Date |
End date of the Proficiency |