Skip to main content

testimonials

Each row represents a learner rating and written review of a course group, with approval state.

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.userid,
t.coursegroupid,
t.coursegrouptitle,
t.rating,
t.approved
from testimonials as t
limit 100