Description
Application student information. The data grain is student within an application.
Columns
| Column Name | Type | Description |
|---|---|---|
application_student_key |
int32
|
Surrogate key integer corresponding to the application student |
student_first_name |
string
|
The application student's first name |
student_last_name |
string
|
The application student's last name |
student_full_name |
string
|
The full name of the application student |
date_of_birth |
date32[day]
|
The application student's date of birth |
student_id |
string
|
Unique identifier for the student |
slicer_application_student_key |
int32
|
A key for grouping students with the same full name together; connects to dim_slicer_application_student |
business_id |
string
|
Unique identifier for the business |
data_current_as_of_utc |
timestamp[ns]
|
No description provided. |
source_type |
string
|
No description provided. |