This table contains names and descriptions for each of the rows used to describe a particular data element. For instance, if there was a table of table entry for Gender, this table may contain a row for Male and a row for Female related to the table of table for Gender. |
use StudentCentered |
Name |
Code |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Unique ID assigned and maintained by the database for the MstrCd table. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Foreign key to the TblOfTbl table. |
Name |
|
Code |
|
Data Type |
varchar(100) |
Mandatory |
TRUE |
Name of an attribute within a virtual table. |
Name |
|
Code |
|
Data Type |
varchar(255) |
Mandatory |
TRUE |
Description for an attribute within a virtual table. |
Name |
|
Code |
|
Data Type |
varchar(10) |
Mandatory |
FALSE |
Coded value for an attribute within a virtual table. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
Used when a non-natural sort order is required for the list of attributes. |
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 |
TRUE |
The date that this row of data becomes effective. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date that this row of data ceases to be effective. |
|
|
|