CRSE_TBL_2_VW(SQL View) |
Index Back |
|---|---|
Course Campus View |
| select distinct a.crse_id, a.institution, a.campus, b.descr from PS_CRSE_OFFER a, ps_campus_tbl b where a.institution = b.institution and a.campus = b.campus |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(6) | VARCHAR2(6) NOT NULL | Course ID | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution | |
| 3 | Character(5) | VARCHAR2(5) NOT NULL | Campus | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |