Appearance
exams
Exams attached to products.
- ETL strategy:
merge - PK:
id
Columns
| Column | Type | Description |
|---|---|---|
id | BIGINT | PK. |
id_tenant | BIGINT | FK → tenants.id. |
id_product | BIGINT | FK → products.id. |
title | TEXT | Exam title. |
created_at | TIMESTAMPTZ | |
deleted_at | TIMESTAMPTZ |
Relationships
- Parent:
tenants,products. - Children:
exam_questionsviaid_exam;exam_resultsviaid_exam. - Referenced by:
lessonsvialessons.id_exam(when a lesson is the exam's entry point).