Table slot9.WORLD.TSTA.TRAININGS
Legacy table. This table is not currently used

Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
TRAIN_ID number 30
EMP_LANGUAGES.TRAIN_ID EMP_LANG_TRA_1_FK R
ENROLLMENTS.TRAIN_ID ENR120_TRA_FK R
Sequence used to uniquely identify a training session.
TRAINING_TITLE varchar2 255  √  null The name of the degree or course.
INSTRUCTOR varchar2 80  √  null The name of the instructor.
START_DATE date 7  √  null The date the training starts.
END_DATE date 7  √  null The date the training ends.
TRAINING_NUMBER varchar2 8  √  null The course number.
OFF_SITE varchar2 1  √  null Use this field to flag if the class is held off site.
CREATOR_ID varchar2 100  √  null Person creating the record
CREATOR_DATE date 7  √  null Date record created
UPDATOR_ID varchar2 100  √  null Person who last updated the record
UPDATOR_DATE date 7  √  null Date of last update
BUSINESS_NUMBER number 38  √  null
BUSINESSES.BUSINESS_NUMBER TRA_BUSNS_FK R
Unique id for business
DEGREE_CODE varchar2 3
DEGREE_TYPE_CODES.CODE TRA_DTC_FK R
A code to specify the type of training
TRAIN_TYPE_CODE varchar2 3
TRAINING_TYPE_CODES.CODE TRA_TTC_FK R
The code to specify the type of degree.(i.e. masters, bachelors...)
COURSE_DESCRIPTION varchar2 80  √  null The description of the course.
COST_OF_TRAINING number 0  √  null
REC_ID number 0  √  null

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"DEGREE_CODE" IS NOT NULL TRA_DEGREE_CODE_NN
"TRAIN_ID" IS NOT NULL TRA_TRAIN_ID_NN
"TRAIN_TYPE_CODE" IS NOT NULL TRA_TRAIN_TYPE_CODE_NN

Indexes:
Column(s) Type Sort Constraint Name
TRAIN_ID Primary key Asc TRA_PK
BUSINESS_NUMBER Performance Asc TRA_BUSNS_FK_I
DEGREE_CODE Performance Asc TRA_DTC_FK_I
TRAIN_TYPE_CODE Performance Asc TRA_TTC_FK_I

Close relationships  within of separation: