Table
userlearningpaths
Each row represents a user's assignment to a learning path with status, due dates, and related program identifiers.
statusgroupRedshift
All tables
userlearningpaths
Each row represents a user's assignment to a learning path with status, due dates, and related program identifiers.
Full schema
View all columns and table relationships (SchemaSpy)Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Sample query
select
t.userid,
t.learningpathid,
t.programid,
t.bundleid,
t.duedate
from userlearningpaths as t
limit 100