Skip to main content

Table

coursegrouptags

Each row links a tag to a course group for discovery and reporting.

statusgroupRedshift
All tables

coursegrouptags

Each row links a tag to a course group for discovery and reporting.

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)
tagidvarchar(36)
coursegroupidvarchar(36)
updatedattimestamp
statusgroupvarchar(256)
statusgroupupdatedattimestamp

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

Sample query

select
  t.tagid,
  t.coursegroupid
from coursegrouptags as t
limit 100