TERMTBLBDTVWLNG(SQL View) |
Index Back |
---|---|
Term Begin Date ViewThe Term Begin Date view contains term data from the term table with the begin date defined as the primary key in the view. |
SELECT a.institution ,a.acad_career ,a.term_begin_dt ,b.language_cd ,b.descr FROM PS_TERM_TBL a , PS_TERM_TBL_lang b WHERE a.institution=b.institution AND a.acad_career=b.acad_career |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
|
2 | Character(4) | VARCHAR2(4) NOT NULL |
Academic Career
BAC=Bachelor (NLD) BBL=Vocational Coaching (NLD) BOL=Vocational Training (NLD) BUSN=Graduate Business CNED=Continuing Education CRED=Semester Credit EDU=Education (NLD) EXED=Extended Education GRAD=Graduate LAW=Law MEDS=Medical School NONA=Non Award PGRD=Postgraduate RSCH=Research TECH=Technical UENG=Undergraduate Engineering UGRD=Undergraduate VAVO=Advanced General Educ. (NLD) VETM=Veterinary Medicine |
|
3 | Date(10) | DATE | Term Begin Date | |
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |