The School Table (ORG_SCHL) contains the following information:
| Description | SQL Name | Length | Notes |
|---|---|---|---|
| School Code | SCHL_CD | 2 | primary key |
| Name | SCHL_NAME | 30 | |
| Abbreviation | SCHL_ABBRV | 15 | |
| Campus Address | SCHL_CAMPUS_ADDR | 30 | |
| Street Address | SCHL_STREET_ADDR | 30 | |
| City | SCHL_CITY | 15 | |
| State | SCHL_ST | 2 | |
| Zip Code | SCHL_ZIP | 9 | |
| Telephone | SCHL_PHONE | 10 | |
| Responsible Person SSN | SCHL_RESP_SSN | 9 | |
| FRS Primary Account | SCHL_ACCT | 10 | |
| College Code | COL_CD | 2 | foreign key |
| Email Contact | SCHL_EMAIL_CNTCT | 40 | |
| Status | SCHL_STAT | 1 | |
| Last Updated | SCHL_LST_UPDT | timestamp | |
| Division Code | DIV_CD | 2 | |
The Status indicates whether this table row is Active or Inactive.