This table is a child table of [Students] table.
|
Column Name |
Version |
Data Type |
Description |
|---|---|---|---|
|
ID |
18.5.0 |
Number(10,0) |
System generated Primary Key. |
|
StudentsDCID |
18.5.0 |
Number(10,0) |
Foreign Key to the Students table. |
|
SchoolID |
18.5.0 |
Number(11,0) |
School ID for Truancy Record. |
|
StartDate |
18.5.0 |
Date |
Special Education Start Date. |
|
ExitDate |
18.5.0 |
Date |
Special Education Exit Date. |
|
ReasonForExit |
18.5.0 |
VarChar2(200) |
Special education Exit Reason. |
|
Placement |
18.5.0 |
VarChar2(200) |
Special education Placement. |
|
AlternateAssessment |
18.5.0 |
VarChar2(200) |
Special education Alternate Assessment. |
|
Disability |
18.5.0 |
VarChar2(200) |
Special education Disability. |