Skip to main content

sections

Each row represents a course outline section with title, order, and status.

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.courseid,
t.slug,
t.title,
t.position
from sections as t
limit 100