This is an associate table between Tst and Ctgry that is used to document the score reporting categories related to a specific offering of a test. |
use StudentCentered |
Name |
Code |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Unique ID assigned and maintained by the database for the TstCtgry table. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Foreign key to the Tst table. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Foreign key to the Ctgry table. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
TRUE |
The date that this row of data becomes effective. |
Name |
|
Code |
|
Data Type |
varchar(18) |
Mandatory |
TRUE |
The user identification of the person or process that created the record. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
TRUE |
The date the source row of data was created. |
Name |
|
Code |
|
Data Type |
varchar(18) |
Mandatory |
TRUE |
The user identification of the person or process that last updated the record. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
TRUE |
The date of the last update. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date that this row of data ceases to be effective. |
|
|
|