Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 DESCRIPTION nvarchar(100)   Default = '' This is the descripiton of the grade level.
 ABBREVIATION nvarchar(10)   Default = '' The abbreviation on the grade level description.
 SEQUENCE int   Default = 0 Allows the user to sequence the grade level entries.
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Key Field Type Null Notes Description
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_GRADELEVEL_DATEADDED DATEADDED    
 IX_GRADELEVEL_DATECHANGED DATECHANGED      
 PK_GRADELEVEL ID  
 UC_GRADELEVEL_ABBREVIATION ABBREVIATION    
 UC_GRADELEVEL_DESCRIPTION DESCRIPTION    
 UIX_GRADELEVEL_SEQUENCE SEQUENCE    

Trigger Name Description
 TR_GRADELEVEL_AUDIT_UPDATE
 TR_GRADELEVEL_AUDIT_DELETE

Referenced by Field
 BILLINGITEMPRICEBYGRADELEVEL GRADELEVELID
 EDUCATIONALHISTORY GRADELEVELENROLLEDID
 EDUCATIONALHISTORY GRADELEVELLEFTID
 SCHOOLGRADELEVEL GRADELEVELID
 STUDENTSKILLGRADELEVEL GRADELEVELID

Entity-Relationship diagram of this table