meetings
Each row represents a scheduled session tied to a course, including title, time window, location, and instructor information.
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.title,
t.courseid,
t.attendeeinfo,
t.instructors,
t.locationid
from meetings as t
limit 100