onboardingsurveyresponses
Each row represents one question-answer pair from an onboarding survey response, with user and survey linkage.
Full schema
View all columns and table relationships
Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Sample query
select
t.userid,
t.onboardingsurveyid,
t.question,
t.answer,
t.licenseid
from onboardingsurveyresponses as t
limit 100