back to Course List views
Column | Type | Length | Contents |
---|
b_address1 | varchar | 50 | Building location |
b_address2 | varchar | 50 | Building location (not currently in use) |
b_area | char | 12 | Campus code |
b_bldg_name | varchar | 50 | Building name |
b_bldg_sname | varchar | 15 | Abbreviated building name |
r_bldg_code | char | 5 | Building code |
r_maint_dt | datetime | | Not currently in use |
r_max_students | int | | Maximum room occupancy |
r_orig_dt | datetime | | Date the room record was created |
r_pooled_room | char | 6 | Flag indicating whether thhe room is a pooled classroom (Y=yes, blank or N=no) |
r_room | char | 5 | Room number |
r_room_flag | char | 6 | Room flag (Y,N or blank) |
r_room_name | varchar | 20 | Room name |