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