std_citizenship


Description

A student’s citizenship status with respect to a country

Columns

Column Type Size Nulls Auto Default Children Parents Comments
uw_id "_quest"."quest_uw_id" 2147483647 null
std_student.uw_id std_citizenship_uw_id_fkeyR
country_code text 2147483647 null
uw_country_citizenship.country_code std_citizenship_country_code_fkey1R
uw_country.country_code std_citizenship_country_code_fkeyR
citizenship_code text 2147483647 null
uw_country_citizenship.citizenship_code std_citizenship_country_code_fkey1R

The citizenship status of the student with respect to the country or NULL if it is not indicated

Table contained 993624 rows

Indexes

Constraint Name Type Sort Column(s)
std_citizenship_pkey Primary key Asc/Asc uw_id + country_code

Relationships