You are on page 1of 3

SDW.

STUDENT_DEGREE_V
ELEMENT NAME SNAPSHOT_KEY STUDENT_ID COLLEGE_CD MAJOR_CD DEGREE_CD SNAPSHOT_CD GRAD_TYPE_CD ELEMENT DESCRIPTION ELEMENT TYPE NOT NULL NUMBER NOT NULL NUMBER(8) NOT NULL VARCHAR2(30) NOT NULL VARCHAR2(30) NOT NULL VARCHAR2(30) VARCHAR2(30) VARCHAR2(30)

ROLE_CD DEGREE_YR DEGREE_TERM_CD

DEGREE_TERM_DESC

DEGREE_SUB_TERM_CD

DEGREE_LEVEL_CD DEGREE_YR_TERM_DESC

Unique Student ID natural key for all student files College code of degree Major Code of Degree Degree Code ANN = annual snapshot CUR = current snapshot UG_GRAD_CD U = Undergraduate G = Graduate 1 = regular student 4 = second bachelor student 4 digit year degree earned. This is the year that the degree was granted. Term degree earned. This is the term that the degree was granted. D = FALL B = SPRING C = SUMMER Derived field from DEG_TRM_CD. Term in which degree earned/ awarded: Fall Summer Spring Digit of term degree earned: 1 = summer 2 = fall 3 = spring Level of degree join with sdw.degree_level_cd_lkup_v Description of year and term combined

VARCHAR2(30) NOT NULL VARCHAR2(4) NOT NULL VARCHAR2(30)

VARCHAR2(255)

VARCHAR2(30)

VARCHAR2(30) VARCHAR2(255)

ACTUAL_DEGREE_TERM_CD

Term degree actually earned. This is the term that the degree was effectively awarded. If degree is backdated, the back dated term is loaded here D = FALL B = SPRING C = SUMMER Year degree actually awarded. If degree is backdated, the back dated year is loaded here. Description of year and term combined for actual date of degree Numeric sub term code of degree actually earned 1 = summer 2 = fall 3 = spring Primary college of degree. The primary college determines the type of undergraduate degree. Primary major code of the degree Count of College major for degree. For single majors, the value is one, otherwise the count portion is proportional to the number of secondary degrees. Graduate degrees will never be split into multiple majors. First secondary college code - will always be the same as the primary college with degrees. Will be blank for graduate degrees First secondary major code. Will be blank for graduate degrees except for individual majors Portion of second major count of degrees College of triple major earning a degree for an undergraduate Major of triple major earning a degree for an undergraduate Portion of third major count of degrees GPA at the time degree earned Number of Advanced placement units credited Letter graded units passed at Berkeley Letter graded units passed at Other UC institutions Pass not pass units earned Total Units Completed

VARCHAR2(30)

ACTUAL_DEGREE_YR ACTUAL_DEGREE_TERM_DESC ACTUAL_DEGREE_SUB_TERM_CD

VARCHAR2(4) VARCHAR2(255) VARCHAR2(30)

UNGRAD_FIRST_COLLEGE_CD UNGRAD_FIRST_MAJOR_CD UNGRAD_FIRST_COLLEGE_MAJOR_CNT

VARCHAR2(30) VARCHAR2(30) NUMBER(5,4)

UNGRAD_SEC_COLLEGE_CD

VARCHAR2(30)

UNGRAD_SEC_MAJOR_CD UNGRAD_SEC_COLLEGE_MAJOR_CNT UNGRAD_THRID_COLLEGE_CD UNGRAD_THIRD_MAJOR_CD UNGRAD_THIRD_COLLEGE_MAJOR_CNT DEGREE_GPA_NO EXAM_UNITS_NO UCB_LETTER_GRADED_UNITS_NO OTH_UC_LETTER_GRADED_UNITS_NO PASS_NOT_PASS_UNITS_NO TOTAL_UNITS_COMPLETED_NO

VARCHAR2(30) NUMBER(5,4) VARCHAR2(30) VARCHAR2(30) NUMBER(5,4) NUMBER(4,3) NUMBER(4,1) NUMBER(4,1) NUMBER(4,1) NUMBER(4,1) NUMBER(4,1)

TOTAL_UNITS_LESS_EXAM_NO NON_ADVANCE_PLACEMT_LEVEL_CD TRANSFER_UNITS_NO UNIT_ERROR_FLG USED_ADVANCE_PLACEMT_UNITS_FLG

BACK_DT_FLG RESCINDED_FLG

DW_LOAD_DT

Total Units Completed not counting exam units Level code based on completed Units transferred from other institutions Flag indicating that the buckets for units do not add up correctly Flag indicating that the student actually used advanced placement units to meet minimum unit requirements for degrees Flag indicting that the degree was backdated Flag indicating that the degree earned was rescinded after final snapshot. At this point indicates degree was earned in a later term Date Data Loaded

NUMBER(4,1) VARCHAR2(30) NUMBER(4,1) VARCHAR2(1) VARCHAR2(1)

VARCHAR2(1) VARCHAR2(1)

DATE

You might also like