Table
clientcourses
Each row links a course to a client, representing which courses are included in each client's catalog or allocation.
statusgroupRedshift
All tables
clientcourses
Each row links a course to a client, representing which courses are included in each client's catalog or allocation.
Full schema
View all columns and table relationships (SchemaSpy)Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Platform Documentation
Sample query
select
t.clientid,
t.courseid
from clientcourses as t
limit 100