- DATA VIEW NAME
- STDNT_ETHNIC_DETAIL
- OVERVIEW
- This data view shows information about student race/ethnicity as identified on their most recent application for admission (regardless of career). This view contains one row per student per race/ethnic category and subcategory identified.
- LOAD FREQUENCY
- Data is refreshed nightly.
- DATA CUSTODIAN
- Registrar’s Office
Contact: Phil Hull - AUTHORIZATION
- You must receive approval to access data from the data custodian. For information about how to get authorized for InfoAccess data views, connect to the InfoAccess Home Page
- SPECIAL CONSIDERATIONS
-
- Starting the summer of 2007, the race/ethnic categories changed in addition to an applicant’s ability to select multiple categories. Some categories that existed prior to summer of 2007 (Cambodian/Laotian/Vietnamese, aka ACAMLAOV in SIS) are no longer a choice for students. Users should keep this in mind when doing any historical analysis.
- The primary designation is a required field in SIS that no longer has relevance for reporting purposes. Users should not use this field for anything. The field will be removed on 4/30/2020.
- QUESTIONS
- Contact: Division of Information Technology Help Desk
Phone: 264-HELP (4357) - LAST UPDATED
- 12/2007 – New view created.
02/2012 – c4j Custodian Change.
04/2020 – Remove fields:
Primary_Ind
Ethnic_Group_Code
Ethnic_Group_Descr_Short
Ethnic_Grop_Descr - DATA FORMATS
- Primary Key Columns are identified with an asterisk(*)
- Alphanumeric Data
- VARCHAR2( N) (N) = maximum length. Field contains letters and/or numbers. Trailing blanks are eliminated.
Example: VARCHAR2 (5) could contain ‘ABC12’ or ‘ABC’ or ‘A’ - Numeric Data
- NUMBER (N) (N) = length. Field contains only numbers.
NUMBER (X,Y) = format for numbers with decimal positions.
X = total number of digits
Y = the number of digits after the decimal
Examples: NUMBER (6) represents 250012 NUMBER (6,2) represents 2500.12 - Date
- DATE – Date can be in various formats. Date functions available with your query tool can be used to format the date.
Examples: DATE (YYYYMMDD), DATE (YYDDD), DATE (DD-MM-YY)
Column Name | Format | Description |
---|---|---|
ID | VARCHAR2 (11) | SIS personal Identifier. This is a unique identifier for a student and will never be changed throughout the individual’s relationship with the University. This is not the same as Campus_ID. Only 10 characters are in use. |
ETHNIC_CODE | VARCHAR2 (8) | This code is a further breakdown of the Ethnic Group. A few examples: ACAMLAOV, PUERTOR, CHEROK, etc. |
ETHNIC_DESCR_SHORT | VARCHAR2 (10) | Short description associated with the Ethnic_Code. |
ETHNIC_DESCR | VARCHAR2(50) | Long description associated with the Ethnic_Code. |
EXTRACT_DATE_TIME | DATE | The date and time these data were extracted. Format : YYYYMMDD HH24:MI:SS |