Skip to main content

Table

questions

Each row represents a question stem and type for reusable assessment content.

statusgroupRedshift
All tables

questions

Each row represents a question stem and type for reusable assessment content.

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
idvarchar(36)
companyidvarchar(36)
createdattimestamp
deletedbool
bodyvarchar(65535)
typevarchar(65535)
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.body,
  t.type
from questions as t
limit 100