Rather than having several lookup or ancilliary tables to store valid values for a given data element, we are utilizing a table of tables scheme. This table contains a short name for a lookup table and a brief description. The related detail data for the lookup values used by each of those tables is stored in the master codes (MstrCd) table. |
use StudentCentered |
Name |
Code |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Unique ID assigned and maintained by the database for the TblOfTbl table. |
Name |
|
Code |
|
Data Type |
varchar(100) |
Mandatory |
TRUE |
Name of the virtual table. |
Name |
|
Code |
|
Data Type |
varchar(255) |
Mandatory |
TRUE |
Description for the virtual table. |
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. |
|
|
|