v_training_instructor

v_training_instructor

Purpose

  1. Training class instructor records.


Relationships

  • v_training_class: Many-to-One (N:1)

    • Many instructors link to one class

    • Referenced through training_class_id

  • v_personnel: Many-to-One (N:1)

    • Many instruction records link to one personnel

    • Referenced through instructor_id



Table



Column

Type

Description

id

integer

Primary key

client_code

varchar(28)

Organization ID

training_class_id

integer

Class reference

instructor_type_id

integer

Type reference

instructor_id

integer

Instructor reference

instructor_name

varchar(255)

Instructor name

instructor_external_id

integer

External reference

instructor_external_name

varchar(100)

External name

instructor_type

varchar(100)

Instructor type

class_name

varchar(255)

Class name

is_external

boolean

External flag




    • Related Articles

    • v_training_class

      Purpose Training class records. Relationships v_training_class_attendee: One-to-Many (1:N) One class can have many attendees Referenced through training_class_id v_training_class_instructor: One-to-Many (1:N) One class can have many instructors ...
    • Training Setup: Instructor Management

      Purpose To explain how to add an Instructor Type within the Instructor Type Section of the Training Module Setup. TIP: Examples of Instructor Types include: Lead Instructor Co-Instructor Evaluator Safety Officer Observer Assessor Coordinator Related ...
    • Training Setup: List Configuration

      Video Purpose Statement The List Configuration area in Training Setup allows administrators to define and manage reusable lists that appear when creating or editing training classes. These lists ensure consistency, improve efficiency, and reduce ...
    • Training Setup: Settings

      Video Purpose Statement This article outlines the configurable settings within the Training module of the First Due platform. These settings allow department administrators and training officers to tailor training workflows, compliance controls, and ...
    • v_training_class_attendee

      Purpose Training class attendance records. Relationships v_training_class: Many-to-One (N:1) Many attendees link to one class Referenced through training_class_id v_personnel: Many-to-One (N:1) Many attendance records link to one personnel Referenced ...