Column | Type | Length | Contents |
---|---|---|---|
ID | int | Student ID number | |
ProgramCd | char | 6 | Degree program code |
ProgramName | varchar | 50 | Degree program name |
SortSem | wusemester | 6 | Sort semester |
DispSem | char | 6 | Print semester |
LastName | varchar | 40 | Student’s last name as printed on the diploma |
FirstName | varchar | 40 | Student’s first name as printed on the diploma |
DegreeDt | datetime | Date degree was awarded | |
MaintDt | datetime | Last date record was updated | |
LastChgName | char | 45 | Name of last user who updated the record |
OrigDt | datetime | Date the record was originally created |