Definition of table stu-assign-totals
No table description available , Table Dump Name stu-ast

Alphabetical Field Summary

  • assign-cat-id: (INTG) Internally Assigned Unique ID
  • attempted-pts: (DECM) Attempted points, this grading period
  • bldg-id: (INTG) Building ID associated with this record
  • course-id: (INTG) [DEFINE KEY]
  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time record was created
  • cre-user-name: (CHAR) Name of user who created the record
  • grading-period-id: (INTG) Internally assigned grading period ID [DEFINE KEY]
  • letter-grade: (CHAR) Letter grade earned in this category, this grading period
  • percent-score: (DECM) Percent scored in this category, this grading period
  • points-score: (DECM) Points scored in this category, this grading period
  • possible-pts: (DECM) Possible points, this grading period
  • primary-key: (INTG) Unique, Primary key for record
  • schd-version-id: (INTG) Internally assigned schedule version ID
  • school-year-id: (INTG) School year for this record
  • section-id: (INTG) [DEFINE KEY]
  • std-attempted-pts: (DECM) Attempted points, this semester
  • std-letter-grade: (CHAR) Letter grade in this category, semester to date
  • std-percent-score: (DECM) Percent score in this category, this semester
  • std-points-score: (DECM) Points score in this category, this semester
  • std-possible-pts: (DECM) Possible points, this semester
  • stu-seq: (INTG) Internally assigned Student Sequence # [DEFINE KEY]
  • upd-date: (DATE) Date record was last updated
  • upd-time: (CHAR) Record last updated at
  • upd-user-name: (CHAR) Name of user record was updated by
  • ytd-attempted-pts: (DECM) Year to date attempted points
  • ytd-letter-grade: (CHAR) Letter grade for this category, Year to date
  • ytd-percent-score: (DECM) Percent scored in this category, year to date
  • ytd-points-score: (DECM) Points scored in this category, year to date
  • ytd-possible-pts: (DECM) Possible points, year to date

    Alphabetical Index Summary

  • stu-totals-by-course: (UNIQUE, PRIMARY) school-year-id, bldg-id, schd-version-id, course-id, section-id, grading-period-id, stu-seq, assign-cat-id
  • stu-totals-by-stu: school-year-id, stu-seq, assign-cat-id

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-sto.p (SOURCE NOT AVAILABLE)
  • DELETE: Overridable, Procedure is tr-d-sto.p (SOURCE NOT AVAILABLE)
  • REPLICATION-CREATE: Procedure is rp-c-sto.p (SOURCE NOT AVAILABLE)
  • REPLICATION-DELETE: Procedure is rp-d-sto.p (SOURCE NOT AVAILABLE)
  • REPLICATION-WRITE: Procedure is rp-u-sto.p (SOURCE NOT AVAILABLE)
  • WRITE: Overridable, Procedure is tr-u-sto.p (SOURCE NOT AVAILABLE)

    Other tables who reference stu-assign-totals

  • assign-category - (no description available)
  • master-schd-assign - (no description available)

    Tables stu-assign-totals references

  • assign-category - (no description available)
  • building - One record for each building, for each scheduling version, f
  • course-catalog - Course Catalog
  • course-stats - Course Request statistics
  • credential-area-course - (no description available)
  • email-info - (no description available)
  • grading-period - Grading period file holds a list of grading periods for a gi
  • grading-setup - Grading setup controls building level setup/policy issues wi
  • master-schd - Master Schedule records One entry per course, per section fo
  • master-schd-display - This is a transient table used for master schedule display s
  • school-year - School year file
  • spm-prof - SPM Profile/Base record. Only 1 per system!
  • stu-assign - (no description available)
  • stu-base - Student Base record
  • stu-rank-gpa - Ranking and GPA data for a grading-period for a student
  • stu-request-master - Student Request Master Controls
  • stu-year - One record for each year a student exists in the district
  • user-bldg - User Restricted to building list


    Detailed Alphabetical Field Listing
    assign-cat-id Data type: INTEGER
    Format: zzz,zz9
    Help: Internally Assigned Unique ID
    Attributes: Index Component

    attempted-pts Data type: DECIMAL (Decimals: 2)
    Format: zzzzz9.99 (Initial Value: 0)
    Help: Attempted points, this grading period

    bldg-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Building ID associated with this record
    Attributes: Index Component

    course-id Data type: INTEGER
    Format: zzzzzzzzz9
    Description: [DEFINE KEY]
    Help: Internally assigned course ID
    Attributes: Index Component

    cre-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was created

    cre-time Data type: CHARACTER
    Format: x(8)
    Description: Time record was created

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user who created the record

    grading-period-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Internally assigned grading period ID [DEFINE KEY]
    Attributes: Index Component

    letter-grade Data type: CHARACTER
    Format: x(8)
    Help: Letter grade earned in this category, this grading period

    percent-score Data type: DECIMAL (Decimals: 2)
    Format: zz9.9999 (Initial Value: 0)
    Help: Percent scored in this category, this grading period

    points-score Data type: DECIMAL (Decimals: 2)
    Format: zzz9.9999 (Initial Value: 0)
    Help: Points scored in this category, this grading period

    possible-pts Data type: DECIMAL (Decimals: 2)
    Format: zzzz9.99 (Initial Value: 0)
    Help: Possible points, this grading period

    primary-key Data type: INTEGER
    Format: zzzzzzzzzzzz
    Help: Unique, Primary key for record

    schd-version-id Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Internally assigned schedule version ID
    Attributes: Index Component

    school-year-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: School year for this record
    Attributes: Index Component

    section-id Data type: INTEGER
    Format: zzzzzzzz9
    Description: [DEFINE KEY]
    Help: Internally assigned section ID
    Attributes: Index Component

    std-attempted-pts Data type: DECIMAL (Decimals: 2)
    Format: zzzz9.99 (Initial Value: 0)
    Help: Attempted points, this semester

    std-letter-grade Data type: CHARACTER
    Format: x(8)
    Help: Letter grade in this category, semester to date

    std-percent-score Data type: DECIMAL (Decimals: 2)
    Format: zz9.99 (Initial Value: 0)
    Help: Percent score in this category, this semester

    std-points-score Data type: DECIMAL (Decimals: 2)
    Format: zzzz9.99 (Initial Value: 0)
    Help: Points score in this category, this semester

    std-possible-pts Data type: DECIMAL (Decimals: 2)
    Format: zzzz9.99 (Initial Value: 0)
    Help: Possible points, this semester

    stu-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Internally assigned Student Sequence # [DEFINE KEY]
    Attributes: Index Component

    upd-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was last updated

    upd-time Data type: CHARACTER
    Format: x(8)
    Description: Record last updated at

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user record was updated by

    ytd-attempted-pts Data type: DECIMAL (Decimals: 2)
    Format: zzzz9.99 (Initial Value: 0)
    Help: Year to date attempted points

    ytd-letter-grade Data type: CHARACTER
    Format: x(8)
    Help: Letter grade for this category, Year to date

    ytd-percent-score Data type: DECIMAL (Decimals: 2)
    Format: zz9.99 (Initial Value: 0)
    Help: Percent scored in this category, year to date

    ytd-points-score Data type: DECIMAL (Decimals: 2)
    Format: zzzzz9.99 (Initial Value: 0)
    Help: Points scored in this category, year to date

    ytd-possible-pts Data type: DECIMAL (Decimals: 2)
    Format: zzzz9.99 (Initial Value: 0)
    Help: Possible points, year to date

    Created on 05/07/2012 by DBHTML V1.2