Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 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.
 NAME nvarchar(60)   Default = '' Name of the core curriculum.

Foreign Key Field Type Null Notes Description
 SCHOOLID uniqueidentifier   SCHOOL.ID A foreign key to the school of the SPE's to be included.
 SCHOOLGRADELEVELID uniqueidentifier SCHOOLGRADELEVEL.ID A foreign key to the grade level of the SPE's to be included.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_CORECURRICULUM_DATEADDED DATEADDED    
 IX_CORECURRICULUM_DATECHANGED DATECHANGED      
 PK_CORECURRICULUM ID  
 UIX_CORECURRICULUM_NAME NAME    

Trigger Name Description
 TR_CORECURRICULUM_AUDIT_UPDATE
 TR_CORECURRICULUM_AUDIT_DELETE

Referenced by Field
 ADDREQUESTSFORMULTIPLESTUDENTSPROCESSCURRICULUM CORECURRICULUMID
 CORECURRICULUMCOURSE CORECURRICULUMID

Entity-Relationship diagram of this table