Definition of table Student
Basic Student Data , Table Dump Name res-0012

Alphabetical Field Summary

  • birth-date: (DATE) Students Birthdate
  • bldg-code: (CHAR) Short name for this building
  • counselor: (CHAR) Name of this person (last name first)
  • current-year: (LOGC) (no description available)
  • dw-valid-from: (DATE) (no description available)
  • dw-valid-to: (DATE) (no description available)
  • dw-version: (INTG) (no description available)
  • enrolled: (LOGC) Yes if this status code means the student is enrolled
  • ethnic-code: (CHAR) Ethnic code name
  • family-id: (INTG) Family code for student
  • first-name: (CHAR) (no description available)
  • gender: (LOGC) Gender or student, Male or Female
  • grade: (CHAR) Name of this Grade (i.e. K, 1, 10, 12, etc)
  • home-room: (CHAR) Room # or name
  • house-code: (CHAR) Short name for this house
  • house-description: (CHAR) Description of the house
  • last-name: (CHAR) (no description available)
  • middle-name: (CHAR) (no description available)
  • promotion-path-name: (CHAR) Name of this promotion path
  • school-year-end-date: (DATE) Date school year end on
  • school-year-name: (CHAR) Name for school year (i.e. 1993/94, etc)
  • school-year-start-date: (DATE) Date school year begins on
  • sped-code: (CHAR) Name of student special education code
  • sped-fte: (DECM) Special Education FTE of student
  • state-ethnic-code: (CHAR) State Assigned ethnic code
  • status-code: (CHAR) Name of student status code
  • stu-city: (CHAR) Students City of residence
  • stu-fte: (DECM) Student's FTE equivilency
  • stu-id: (CHAR) Students assigned ID #
  • stu-name: (CHAR) Name of student, Last name first
  • stu-phone: (CHAR) Student's home phone #
  • stu-ssn: (CHAR) Students SSN (if available)
  • stu-state: (CHAR) Students State of residency
  • stu-street: (CHAR) Steet of students address (do not include # or apartment)
  • stu-street-apt: (CHAR) Students Apartment # (if any)
  • stu-street-num: (CHAR) Students Street Address number
  • stu-zip: (CHAR) Student residence zip/postal code
  • student-cre-date: (DATE) Date record was created
  • student-cre-time: (CHAR) Time this record was created at
  • student-cre-user-name: (CHAR) Name of user who created the record
  • student-upd-date: (DATE) Date record was last updated
  • student-upd-time: (CHAR) Time this record was last updated at
  • student-upd-user-name: (CHAR) Name of user record was updated by
  • suffix-name: (CHAR) (no description available)
  • teacher-code: (CHAR) (no description available)
  • teacher-id: (INTG) (no description available)
  • teacher-known-as: (CHAR) (no description available)
  • teacher-name: (CHAR) (no description available)
  • unlisted-addr: (LOGC) Yes if student's address is considered 'unlisted'
  • unlisted-phone: (LOGC) Yes if the student's phone # is considered 'unlisted'
  • year-cre-date: (DATE) Date record was created
  • year-cre-time: (CHAR) Time this record was created at
  • year-cre-user-name: (CHAR) Name of user who created the record
  • year-of-grad: (INTG) Expected year of graduation for a student in this grade
  • year-upd-date: (DATE) Date record was last updated
  • year-upd-time: (CHAR) Time this record was last updated at
  • year-upd-user-name: (CHAR) Name of user record was updated by

    Alphabetical Index Summary

  • bldg-code: (PRIMARY) bldg-code
  • counselor: counselor
  • ethnic-code: ethnic-code
  • family-id: family-id
  • grade: grade
  • home-room: home-room
  • house-code: house-code
  • house-description: house-description
  • promotion-path-name: promotion-path-name
  • school-year-end-date: school-year-end-date
  • school-year-name: school-year-name
  • school-year-start-date: school-year-start-date
  • sped-code: sped-code
  • status-code: status-code
  • stu-id: stu-id
  • stu-name: stu-name
  • stu-ssn: stu-ssn
  • stu-street: stu-street
  • stu-street-apt: stu-street-apt
  • stu-street-num: stu-street-num
  • stu-zip: stu-zip
  • year-of-grad: year-of-grad

    Tables Student references

  • Contact - Student Contacts
  • Course_Request - Course Request Record
  • Daily_Attendance - Daily Attendance
  • GPA_Rank - Student GPAs
  • Honor_Roll - Student Awarded Honor Rolls
  • Medical_Record - Medical Notes
  • Note - Student Notes
  • Report_Card - Report Card Data
  • Scheduled_Course - Scheduled Student Course
  • Transcript_Course - Transcript Course
  • Transcript_Year - Student Transcript Year data


    Detailed Alphabetical Field Listing
    birth-date Data type: DATE
    Format: 99/99/9999
    Description: Students Birthdate

    bldg-code Data type: CHARACTER
    Format: x(8)
    Description: Short name for this building
    Attributes: Index Component

    counselor Data type: CHARACTER
    Format: x(32)
    Description: Name of this person (last name first)
    Attributes: Index Component

    current-year Data type: LOGICAL
    Format: yes/no (Initial Value: no)

    dw-valid-from Data type: DATE
    Format: 99/99/9999

    dw-valid-to Data type: DATE
    Format: 99/99/9999

    dw-version Data type: INTEGER
    Format: zzzzzzzzzzz9 (Initial Value: 0)

    enrolled Data type: LOGICAL
    Format: Yes/No (Initial Value: no)
    Description: Yes if this status code means the student is enrolled

    ethnic-code Data type: CHARACTER
    Format: x(8)
    Description: Ethnic code name
    Attributes: Index Component

    family-id Data type: INTEGER
    Format: zzzzz9 (Initial Value: 0)
    Description: Family code for student
    Attributes: Index Component

    first-name Data type: CHARACTER
    Format: x(32)

    gender Data type: LOGICAL
    Format: Male/Female (Initial Value: no)
    Description: Gender or student, Male or Female

    grade Data type: CHARACTER
    Format: x(3)
    Description: Name of this Grade (i.e. K, 1, 10, 12, etc)
    Attributes: Index Component

    home-room Data type: CHARACTER
    Format: x(6)
    Description: Room # or name
    Attributes: Index Component

    house-code Data type: CHARACTER
    Format: x(8)
    Description: Short name for this house
    Attributes: Index Component

    house-description Data type: CHARACTER
    Format: x(28)
    Description: Description of the house
    Attributes: Index Component

    last-name Data type: CHARACTER
    Format: x(32)

    middle-name Data type: CHARACTER
    Format: x(32)

    promotion-path-name Data type: CHARACTER
    Format: x(8)
    Description: Name of this promotion path
    Attributes: Index Component

    school-year-end-date Data type: DATE
    Format: 99/99/9999
    Description: Date school year end on
    Attributes: Index Component

    school-year-name Data type: CHARACTER
    Format: x(9)
    Description: Name for school year (i.e. 1993/94, etc)
    Attributes: Index Component

    school-year-start-date Data type: DATE
    Format: 99/99/9999
    Description: Date school year begins on
    Attributes: Index Component

    sped-code Data type: CHARACTER
    Format: x(8)
    Description: Name of student special education code
    Attributes: Index Component

    sped-fte Data type: DECIMAL (Decimals: 2)
    Format: 9.999 (Initial Value: 0)
    Description: Special Education FTE of student

    state-ethnic-code Data type: CHARACTER
    Format: x(8)
    Description: State Assigned ethnic code

    status-code Data type: CHARACTER
    Format: x(8)
    Description: Name of student status code
    Attributes: Index Component

    stu-city Data type: CHARACTER
    Format: x(25)
    Description: Students City of residence

    stu-fte Data type: DECIMAL (Decimals: 3)
    Format: 9.999 (Initial Value: 0)
    Description: Student's FTE equivilency

    stu-id Data type: CHARACTER
    Format: x(9)
    Description: Students assigned ID #
    Attributes: Index Component

    stu-name Data type: CHARACTER
    Format: x(32)
    Description: Name of student, Last name first
    Attributes: Index Component

    stu-phone Data type: CHARACTER
    Format: (xxx) xxx-xxxx
    Description: Student's home phone #

    stu-ssn Data type: CHARACTER
    Format: xxx-xx-xxxx
    Description: Students SSN (if available)
    Attributes: Index Component

    stu-state Data type: CHARACTER
    Format: !!
    Description: Students State of residency

    stu-street Data type: CHARACTER
    Format: x(20)
    Description: Steet of students address (do not include # or apartment)
    Attributes: Index Component

    stu-street-apt Data type: CHARACTER
    Format: x(14)
    Description: Students Apartment # (if any)
    Attributes: Index Component

    stu-street-num Data type: CHARACTER
    Format: x(8)
    Description: Students Street Address number
    Attributes: Index Component

    stu-zip Data type: CHARACTER
    Format: xxxxx-xxxx
    Description: Student residence zip/postal code
    Attributes: Index Component

    student-cre-date Data type: DATE
    Format: 99/99/9999
    Description: Date record was created

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

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

    student-upd-date Data type: DATE
    Format: 99/99/9999
    Description: Date record was last updated

    student-upd-time Data type: CHARACTER
    Format: x(8)
    Description: Time this record was last updated at

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

    suffix-name Data type: CHARACTER
    Format: x(8)

    teacher-code Data type: CHARACTER
    Format: x(4)

    teacher-id Data type: INTEGER
    Format: zzzzzzzzzzz9 (Initial Value: 0)

    teacher-known-as Data type: CHARACTER
    Format: x(32)

    teacher-name Data type: CHARACTER
    Format: x(32)

    unlisted-addr Data type: LOGICAL
    Format: Yes/No (Initial Value: no)
    Description: Yes if student's address is considered 'unlisted'

    unlisted-phone Data type: LOGICAL
    Format: Yes/No (Initial Value: no)
    Description: Yes if the student's phone # is considered 'unlisted'

    year-cre-date Data type: DATE
    Format: 99/99/9999
    Description: Date record was created

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

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

    year-of-grad Data type: INTEGER
    Format: 9999 (Initial Value: 0)
    Description: Expected year of graduation for a student in this grade
    Attributes: Index Component

    year-upd-date Data type: DATE
    Format: 99/99/9999
    Description: Date record was last updated

    year-upd-time Data type: CHARACTER
    Format: x(8)
    Description: Time this record was last updated at

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

    Created on 02/08/2008 by DBHTML V1.2