Column | Type | Length | Contents |
---|
ID | long int | | Student ID number |
SchCode | char | 2 | Course school code |
DeptCode | char | 3 | Course department code |
CourseNo | char | 7 | Course number |
DispSem | char | 6 | Print semester |
SortSem | char | 6 | Sort semester |
SeqNo | tinyint | | Sequence number |
Type | char | 5 | Not currently in use |
CreditFrom | char | 6 | School code or other code indicating where the credit it from |
Units | decimal |   | Units |
SemStart | char | 4 | Month and day the semester started |
DeanCode | char | 2 | Dean code |
RequirementsMet | char | 1 | Requirements met code |
Comments | varchar | 25 | Comment or school name |
LastChgName | char | 46 | Name of last user who updated the record |
MaintDt | datetime | | Last date record was updated |
OrigDt | datetime | | Date the record was originally created |