Skip to main content

Table

licensecourses

Each row links a course to a license, representing which courses are entitled under each license.

statusgroupRedshift
All tables

licensecourses

Each row links a course to a license, representing which courses are entitled under each license.

Full schema

View all columns and table relationships (SchemaSpy)

Status group

Yes, this table includes a statusgroup column. See Status Group for details.

Column details

ColumnType
companyidvarchar(36)
idvarchar(36)
clientidvarchar(36)
licenseidvarchar(36)
courseidvarchar(36)
updatedattimestamp
statusgroupvarchar(256)
statusgroupupdatedattimestamp

Column names and types come from the Redshift analytics schema. SchemaSpy is authoritative for nullability, defaults, keys, and relationships.

Platform Documentation

Sample query

select
  t.clientid,
  t.licenseid,
  t.courseid
from licensecourses as t
limit 100