Skip to main content

coursegrouptags

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

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.tagid,
t.coursegroupid
from coursegrouptags as t
limit 100