MAJOR_TBL(SQL Table) |
Index Back |
---|---|
College Major Subject CodesMAJOR_TBL is an edit table. Use it to assign codes to college-level majors and to record their descriptions. You can create only one MAJOR_TBL record per code. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MAJOR_CODE | Character(10) | VARCHAR2(10) NOT NULL | Major Code |
2 | GVT_DESCR70 | Character(70) | VARCHAR2(70) NOT NULL | Description Field |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |