View VMD_NonDegreeStudent

Card of view VMD_NonDegreeStudent

Name

VMD_NonDegreeStudent

Comment

See MD_NonDegreeStudent in the StarsAcademicRecord package.

Dimensional Type

Dimension


SQL query of the view VMD_NonDegreeStudent

select
MD_CollPers_SurrogateKeyNonDegr,
MD_ColPers_ColleagueID,
MD_Pers_HomeAddrNonUSProvince,
MD_Pers_IsVeteran,
MD_Pers_EnterpriseUniqueID,
MD_Pers_CommonName,
MD_Pers_Surname + ', ' + MD_Pers_GivenName AS MD_Pers_LastThenFirstName,
MD_Pers_Surname,
MD_Pers_GivenName,
MD_Pers_MiddleName,
MD_Pers_Gender,
MD_Pers_PrimaryAffiliation,
MD_Pers_Citizenship,
MD_Pers_AgeRange,
MD_Pers_HomeAddrCity,
MD_Pers_HomeAddrUSState,
MD_Pers_HomeAddr5DigitUSZip,
MD_Pers_HomeAddrUSRegionFIPS,
MD_Pers_HomeAddrUSRegionCarleton,
MD_Pers_HomeAddrCountry,
MD_Pers_IsNonResidentAlien,
MD_Pers_IsOfUnknownRaceEthnicity,
MD_Pers_IsHispanicOrLatino,
MD_Pers_Race,
MD_Pers_RaceList,
MD_Pers_OldPrimaryRace,
MD_Pers_OldRaceList,
CASE
-- For IPEDS, we report 'race' as for the census bureau, unless a student's a non-resident alien (which case we report that as a 'race')
WHEN MD_PERS_ISNONRESIDENTALIEN = 'Yes' THEN 'Nonresident Alien'
ELSE MD_PERS_OLDPRIMARYRACE
END AS MD_PERS_OLDIPEDSETHNICITY,
CASE
-- Hispanics should always have a race as well as IsHispanic = 'Yes' at least in the new 2010 census system
WHEN MD_PERS_RACE = 'Unknown' AND MD_PERS_OLDPRIMARYRACE <> 'Unknown' THEN 'Unknown'
-- For IPEDS, we report 'race' as for the census bureau, but if a student is a non-resident alien, we report that as a 'race'
WHEN MD_PERS_ISNONRESIDENTALIEN = 'Yes' THEN 'Nonresident Alien'
-- IPEDS says Hispanic trumps not only black but also 'Two or More Races'
WHEN MD_PERS_ISHISPANICORLATINO = 'Yes' THEN 'Hispanic or Latino'
-- Although black has historically trumped Hispanic at Carleton, IPEDS says Hispanic trumps black and 'Two or More Races'
ELSE MD_PERS_RACE
END AS MD_PERS_IPEDSETHNICITY,
--
-- IPEDS requires that we convert old ethnicity codes into new ones for past years, as well as we can
CASE
WHEN MD_PERS_ISNONRESIDENTALIEN = 'Yes' THEN 'Nonresident Alien'
-- IPEDS says Hispanic trumps not only black but also 'Two or More Races'
WHEN MD_PERS_ISHISPANICORLATINO = 'Yes'    THEN 'Hispanic or Latino'
WHEN MD_PERS_RACE <> 'Unknown'            THEN MD_PERS_RACE
WHEN MD_PERS_OLDRACELIST LIKE '%, %' THEN 'Two or More Races'
ELSE
CASE MD_PERS_OLDPRIMARYRACE
WHEN 'Black or African American' THEN 'African American'
-- Pacific Islanders go here in the old system, and there's no way to translate them into the new
WHEN 'Asian' THEN 'Asian'
WHEN 'Hispanic' THEN 'Hispanic or Latino'
WHEN 'Native American-Alaskan Native' THEN 'American Indian-Alaska Native'
WHEN 'White' THEN 'White'
WHEN 'Mixed race or other' THEN 'Two or More Races'
ELSE 'Unknown'
END
END AS MD_PERS_CROSSWALKEDIPEDSETHNICITY,
MD_Pers_Disability1,
MD_Pers_Disability2,
MD_Pers_Disability3,
MD_Pers_DisabilityList,
MD_Stu_AcadLevel,
MD_NonDegStu_Type,
MD_NonDegStu_IsStOlafStudent,
MD_NonDegStu_RowStart,
MD_NonDegStu_RowEnd,
MD_NonDegStu_RowIsCurrent
from
MD_NONDEGREESTUDENT


List of incoming view references of the view VMD_NonDegreeStudent

Name

Child Table/View

ViewReference_58

VMF_SectionEnrollmentByTerm

ViewReference_61

VMF_SectionGradeByTerm

ViewReference_163

VMF_SectionGrade


List of referenced objects of the view VMD_NonDegreeStudent

Name

MD_NonDegreeStudent


List of diagrams containing the view VMD_NonDegreeStudent

Name

ViewsAcademicRecordDiagram


List of permissions of the view VMD_NonDegreeStudent

Grant

User

SELECT,VIEW DEFINITION

AcadRecordReader


List of view columns of the view VMD_NonDegreeStudent

Name

Data Type

Comment

Length

MD_CollPers_SurrogateKeyNonDegr

numeric

 

 

MD_ColPers_ColleagueID

char(7)

Unique identifier in Colleague. Typically not exposed in reports. Used for internal joins and views within the data warehouse. If you think you need to print and analyze this attribute, think again - or check with the data warehouse team. Consider using Application ID instead.

 

MD_Pers_HomeAddrNonUSProvince

nvarchar(64)

 

 

MD_Pers_IsVeteran

varchar(7)

"Yes" if a person is a veteran by federal government reporting standards, particularly EOE, for employees. "No" otherwise. Although the database also allows "Unknown" here, this value is not used.

Veteran status is available in Recruitment Plus for prospective students, although not well maintained. Veteran status is maintained in Colleague, for students, but we rarely have anything to put in this field, since so few of our students are veterans (e.g., eight as of March 2009).

 

MD_Pers_EnterpriseUniqueID

char(8)

Unique "person" ID assigned to everyone connected with Carleton. Maintained by the identity management system. Should be mandatory, but we cannot make it so until the IdM system is complete and fully functioning - and we can call out to it in our ETL code.

This attribute is currently not populated.

 

MD_Pers_CommonName

nvarchar(64)

Full legal name, with middle name or initial. Does not include honorifics unless these are part of the legal name and are available in the system from which the data is derived. This field is mandatory and has no default.

Note that this field is 'calculated' for prospective students (i.e., put together out of the given name, middle name, and surname). Because the middle name is not well maintained for prospective students, the common name will be "dirty" as well. It is recommended that this field be avoided, therefore, for prospective students. Also, note: If you believe names are needed for prospective students, then consider also whether the report you are creating should be generated off of Recruitment Plus, and not the data warehouse.

Common names in Colleague should be very clean, and as a result common names in the data warehouse for students, faculty, and staff may be relied upon. If you need names for a report, however, consider reporting directly off of Colleague. Typically the data warehouse is best for aggregate analysis, and if you are using individual names, you may find other sources of information to be better.

Common names in Advance are also relatively clean. Hence also are common names in the warehouse for alumni and other constituencies maintained by External Relations.

 

MD_Pers_LastThenFirstName

 

 

 

MD_Pers_Surname

nvarchar(32)

Surname in the US means the same thing as "last name." Does not include suffixes like Jr., or honorifics.

This attribute is mandatory and has no default.

 

MD_Pers_GivenName

nvarchar(32)

Given name in the US typically means the same thing as "first name." Default value is "missing".

 

MD_Pers_MiddleName

nvarchar(32)

Middle name or initial (if available). This field is fairly "dirty" and poorly maintained in some of our systems, especially in Recruitment Plus (not because our staff is doing a poor job, but because they sources from which they obtain their data are of uneven quality). This field should be avoided, therefore, if possible, particularly for prospective student data.

The default value is "missing".

 

MD_Pers_Gender

varchar(7)

Must be Male, Female, or Unknown.

 

MD_Pers_PrimaryAffiliation

varchar(16)

Main relationship to Carleton. Values should be taken from the identity management system, if available. Defaults to 'Unknown'. Values are taken from a controlled vocabulary including: Student, Faculty, Staff, Alum, Parent, Friend.

Where populated, this attribute is an excellent measure of general affiliation. It is not, however, populated for all 'people' dimensions.

 

MD_Pers_Citizenship

nvarchar(64)

A country name, not code. It is not guaranteed that all values for this attribute will be consistent across all dimensions. For example, citizenship for a prospective student in MD_Prospect (populated from Recruitment Plus) may be "Czek Republic," while citizenship for that same person in MD_DegreeStudent may be "Czekoslovakia". It would be nice to have these values all be consistent across the campus, but doing so would constitute a project in and of itself. Defaults to 'Unknown'.

 

MD_Pers_AgeRange

varchar(12)

Age of person, discretized into a set of ranges useful for reporting and demographic classification. If age is unknown, the value of this attribute will be "Unknown."

Note that the age is calculated from the birth date, and does not take death into account. The age range, therefore, indicates the age if the person were alive (and in most cases they are).

 

MD_Pers_HomeAddrCity

nvarchar(32)

City of home address. E.g., if my home address is 203 Woodley Street West, Northfield, MN 55057 USA, then my city is 'Northfield'. If my home address is unavailable, and all we have is a mailing address, we use the mailing address (in preference to nothing at all) because, presumably, I receive mail somewhere near where I live, or in a place I spend a lot of time.

Note that this field often contains extra information if the city is outside the US, so for non-US cities YMMV, i.e., you may not get the results you're looking for. For example, the postal code for foreign addresses may be coded after the city. The country may also be tacked on.

This field is therefore not suitable for serious analysis.

 

MD_Pers_HomeAddrUSState

varchar(24)

State of home address. E.g., if my home address is 203 Woodley Street West, Northfield, MN 55057 USA, then my state is 'Minnesota'. If I live outside the US, this attribute will be 'Not Applicable'. If no home address is available for me, the value will be 'Unknown'. If my home address is unavailable, and all we have is a mailing address, we use the mailing address (in preference to nothing at all) because, presumably, I receive mail somewhere near where I live, or in a place where I spend a lot of time.

Armed forces 'states' (really postal routing codes) as of 2012 still are not expanded. E.g., if someone's address is 'APO AA' (Army Post Office, Armed Forces Americas), the city will be 'Apo' and the state will be 'AA' as of 2012. In other words, military postal codes of AA, AE, AP will not be expanded to a longer name as of 2012. This leads to awkward 'state' lists in some reports, where you see, e.g., AA, AE, and AP alongside Pennsylvania, Illinois, Rhode Island, Minnesota, etc.

 

MD_Pers_HomeAddr5DigitUSZip

char(5)

5-digit US zipcode. Five digits (and not nine) because this attribute is intended for aggregate spatial analysis, i.e., for grouping people and things into geographical units. It's not meant to identify individual people or addresses, which is not something one typically does in a data warehouse. If you need details about where someone lives, exactly, use Microsoft Access to join data here to data in the appropriate transactional system (e.g., Recruitment Plus, Colleague, or Advance). Defaults to '0000'.

 

MD_Pers_HomeAddrUSRegionFIPS

varchar(64)

Contains the FIPS US region (e.g., "Middle Atlantic" or "New England"). Defaults to "Unknown." Used for various reporting. Compare the USRegionCarleton, which is also used for institutional reporting. Everyone is encouraged to use one of these two systems, if at all possible - for consistency's sake.

FIPS codes, in general, are a set of standardized numeric or alphabetic codes issued by the US National Institute of Standards and Technology (NIST) to ensure uniform identification of geographic entities throughout all federal government agencies.

 

MD_Pers_HomeAddrUSRegionCarleton

varchar(64)

Contains the US region (e.g., "Middle States" or "New England"). Defaults to "Unknown." Used for various Carleton reports. Compare the USRegionFIPS, which is also used for various reports. Everyone is encouraged to use one of these two systems, if at all possible - for consistency's sake.

 

MD_Pers_HomeAddrCountry

nvarchar(64)

DO NOT USE THIS FIELD FOR SERIOUS REPORTING. The data is entered for operational/addressing purposes, and is not of sufficiently high quality to work for analysis.

In Colleague, at least as of 2011, international addresses are not handled well, and therefore the country may not be well or correctly populated. Colleague, for example (again, as of 2011), has no place for a foreign postal code, so often people place that, along with the country, in the space that's supposed to house the city. This makes things print correctly, but it means the country will not be populated. And since the data warehouse defaults to 'USA' if this field is blank (which is generally appropriate, across most systems), this means that many international addresses end up in the warehouse with a country of the United States.

In general, therefore, it is wise to use MD_Pers_Citizenship instead of MD_Pers_HomeAddrCountry, although the challenge there is that citizenship is designated in different ways across systems (not necessarily with consistent ISO country names or codes).

Note that country data for prospective students, especially ones who are only 'suspects' (early in the admissions cycle - not applicants or admits) may not be wholly reliable, because we obtain their addresses from third parties who don't consistently mark the country.

 

MD_Pers_IsNonResidentAlien

varchar(7)

"Yes" if the person in question is not a citizen or national of the United States and who is in the United States on a visa or temporary basis and does not have the right to remain indefinitely. "No" otherwise.

IPEDS does not require us to report the ethnicity/race of nonresident aliens, so (although we may collect race/ethnicity and alien status independently) when reporting to IPEDS, "Non-Resident Alien" becomes like a race, i.e., you're white, black, etc., or a nonresident alien. To do IPEDS reporting, most people-based views in the data warehouse have an IPEDS ethnicity attribute that includes nonresident alien as a race. Use that attribute for IPEDS reporting.

Use this attribute if you simply want to divide a population up into two piles, one for nonresident alieans and another for other people.

 

MD_Pers_IsOfUnknownRaceEthnicity

char(3)

"Yes" if neither the race nor ethnicity is known. "No" otherwise. Calculated from Race and IsHispanicOrLatino, as well as from OLDPrimaryRaceList. If the old race list is empty or 'Unknown' and if Race is 'Unknown', and IsHispanicOrLatino = 'Unknown' or 'No', then this attribute will be 'No'. It basically means we don't know enough to classify someone by ethnicity or race, in either the old or the new 2010 census system.

 

MD_Pers_IsHispanicOrLatino

varchar(7)

Census requires that we ask first if a person is Hispanic, Latino, or of Spanish origin. This is the 'ethnicity' question. We may then ask a 'race' question. If the person in question lists Hispanic ethicity (or in the 'old' pre-2010 system) lists Hispanic as their 'race' then this attribute will be 'Yes'. If not, then 'no'. If no information is available, then 'Unknown'.

Note that some systems (e.g., Colleague) store only one race/ethnicity. Recall also that before 2010 Hispanic was considered a race. Hence if someone considers themselves primarily African American, but secondarily Hispanic, the Hispanic ethnicity will not be stored in Colleague (at least before the 2010 census standards kicked in). And as a result, this attribute will, incorrectly, be registered as 'No' in some cases.

 

MD_Pers_Race

varchar(64)

Holds the person's race. This attribute can be treated as "primary race" although the way this information is collected makes the two not entirely equivalent, since in some cases Carleton may choose to collect fuller information on people of multiple races.

This attribute (as opposed to MD_Pers_OldPrimaryRace) does not tell us whether a person is of Hispanic, Latino, or Spanish origin.

Note that in the new ethnicity/race classification system (2010 census and beyond), multi-racial people cannot indicate what races they belong to. They are simply multi-racial. Also, Hispanic is not considered a race, as noted. It's an ethnicity.

Hence this attribute will always have a single value, one of:

African American
American Indian-Alaska Native
Asian
Hawaiian-Pacific Islander
Two or More Races
Unknown
White

This attribute is not populated before 2009, and is unevently populated until 2011 (as of 2011, employees have not been fully resurveyed).

Note that some systems store only one race/ethnicity. Others do not. The data here will therefore be of uneven completeness and consistency. When reporting, stick with a single system of record, or a single constituency (like 'prospective students') and you'll be fine. Otherwise, be extremely careful, and be sure to work with people who administer the source systems who can advise you.

 

MD_Pers_RaceList

varchar(128)

Comma-separated list of all races a person claims to belong to, ordered (by preference? alphabetically? by an obscure "trumping" system we concoct?).

Use this attribute as a filter, to select out people by racial affiliation (e.g., WHERE MD_Pers_OLDRaceList LIKE '%African%').

Note that this attribute is populated using information that the US government doesn't require us to collect. According to 2010 census standards, a multi-racial person is just multi-racial (i.e., "multi-racial" is their race). No further information is collected. Also, Hispanic is not a race.

This attribute is currently not populated, and will not be until Carleton implements the 2010 census ethnicity/race classification system across its enterprise systems.

 

MD_Pers_OLDPrimaryRace

varchar(64)

Until the census-2010 race/ethnicity system is fully implemented, this is our main "race" attribute. It should eventually become, hence the designation "old." It will still be populated, however, even after we have converted to the new census 2010 system, so that we can report easily across multiple years, both before and after the transition. And it is the only attribute you can reliably use to report on ethnicity data, longitudinally, before and after the transition (which began in late 2009).

Possible values of this attribute include:

Asian
Black or African American
Hispanic
Mixed race or other
Native American-Alaskan Native
Unknown
White

The primary race is not necessarily selected by the person reflected in the data. For students it is inferred using a 'trumping' system that's complex and that most folks don't understand fully (e.g., if you're white and African American, the latter trumps the former and becomes your primary ethnicity). In this old system, 'Hispanic' was considered a race. Or, conversely, everything was an ethnicity. In the new 2010 census system, 'Hispanic' is an ethnicity, and most everything else ('Asian', 'White', etc.) is a race.

When reporting, stick with a single system of record, or a single constituency (like prospective students or degree students) and you'll be fine. Otherwise, be extremely careful, and be sure to work with people who administer the source systems who can advise you.

Note also that, as per institutional standards, ethnicities like 'Unknown' are not automatically counted as white, as sometimes happens in reports generated, e.g., by Student Financial Services and other offices.

 

MD_Pers_OLDRaceList

varchar(128)

Comma-separated list of races a person claims to belong to, e.g., "Asian, White". Follows the order of races provided by the source system, which may or may not be ordered. Defaults to the empty string. Note that this attribute will still be populated, even after we have converted to the new census-2010 race/ethnicity system, so that we can report easily across multiple years, both before and after the transition.

Use this attribute as a filter, to select out people by racial affiliation (e.g., WHERE MD_Pers_OLDRaceList LIKE '%African%').

This attribute uses the "old" coding standards where the primary race is determined by a "trumping" system we utilize (it's not based entirely on what the person tells us). It also treats Hispanic as a race, which the 2010 census standards have changed (Hispanic is now an ethnicity; a Hispanic person can be of any race).

 

MD_PERS_OLDIPEDSETHNICITY

 

Like MD_Pers_OLDPrimaryRace, but with alien status marked as a race. This is a standard IPEDS reporting (as opposed to "collection") category.

 

MD_PERS_IPEDSETHNICITY

 

 

 

MD_PERS_CROSSWALKEDIPEDSETHNICITY

 

Uses new Census 2010 race/ethnicity categories if available, but otherwise maps old categories to the new system. Note that a racial status of Pacific Islander cannot be reconstructed from pre-2010 race/ethnicity information. All such people will appear as Asian.

 

MD_Pers_Disability1

varchar(32)

First of max 3 possible disabilities we track. Used for EOE purposes. Feds will be asking us to track this for students. Possibly needed for alumni and admissions statistics/reporting as well.

This attribute is currently, as of 2009, not populated.

 

MD_Pers_Disability2

varchar(32)

 

 

MD_Pers_Disability3

varchar(32)

 

 

MD_Pers_DisabilityList

varchar(128)

Comma-separated list of all disabilities. Feds will be asking us to track this for staff and students.

This attribute is currently, as of 2009, not populated.

 

MD_Stu_AcadLevel

varchar(30)

Colleague academic level names, Undergraduate (UG), Summer Graduate (SG), and Non-Degree (ND). We use the description here, not the 'code,' for human readability. If a student has graduated, then the value here will be 'Not applicable.' Ditto for students who have received aid offers, etc., but who have not matriculated.

 

MD_NonDegStu_Type

char(30)

Non-degree students come in various flavors, including St Olaf students, High School students, etc. This field records the flavor.

 

MD_NonDegStu_IsStOlafStudent

varchar(7)

Sometimes we include and sometimes we exclude St Olaf students in the non-degree-student counts. This field (which is "Yes" for St Olaf students, and "No" otherwise) helps toggle whether we include them or not in reports and analyses.

 

MD_NonDegStu_RowStart

datetime

 

 

MD_NonDegStu_RowEnd

datetime

 

 

MD_NonDegStu_RowIsCurrent

bit