Table Dump Name: course
course-id Data type: INTEGER
Format: zzzzzzzzzzz9
Attributes: Index Component
course-shortname Data type: CHARACTER
Format: x(16)
Help: Simple, short name/code for this course
Attributes: Index Component
course-title Data type: CHARACTER
Format: x(40)
Help: Title of this course
Attributes: Index Component
duration Data type: DECIMAL (Decimals: 2)
Format: zz9.9 (Initial Value: 0)
Help: Duration of this course in hours
max-seats Data type: INTEGER
Format: zz9 (Initial Value: 6)
Help: Maximum # of seats possible in this class
min-seats Data type: INTEGER
Format: zz9 (Initial Value: 2)
Help: Minimum seats to be filled or course is cancelled
needed-tools Data type: CHARACTER
Format: x(32)
Help: Tools or objects (books, software, computer) needed to teach
optimal-seats Data type: INTEGER
Format: zz9 (Initial Value: 4)
Help: Optimal class size
outcall-cost Data type: DECIMAL (Decimals: 2)
Format: z,zz9.99 (Initial Value: 0)
Help: Cost of this course given on site
per-seat-fee Data type: DECIMAL (Decimals: 2)
Format: zz,zz9.99 (Initial Value: 0)
Help: Fee/Tuition for course given at our offices
pre-requisites Data type: CHARACTER
Format: x(32)
Help: Courses that should be taken, if any, before this one
summary Data type: CHARACTER
Format: x(40)
Help: Enter a short, 1 line summary of this course
Attributes: Index Component