STUDENTSKILL

Information describing a student skill used for grading.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
NAME nvarchar(400) Default = '' The name of this skill.
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) yes CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Keys

Foreign Key Field Type Null Notes Description
STUDENTSKILLRATINGGROUPID uniqueidentifier STUDENTSKILLRATINGGROUP.ID The student ratings group used to grade this skill.
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
STUDENTSKILLCATEGORYCODEID uniqueidentifier yes STUDENTSKILLCATEGORYCODE.ID The description of this skill.

Indexes

Index Name Fields Unique Primary Clustered
IX_STUDENTSKILL_DATEADDED DATEADDED yes
IX_STUDENTSKILL_DATECHANGED DATECHANGED
PK_STUDENTSKILL ID yes yes
UC_STUDENTSKILL_NAME NAME yes

Triggers

Trigger Name Description
TR_STUDENTSKILL_AUDIT_UPDATE
TR_STUDENTSKILL_AUDIT_DELETE

Referenced by

Referenced by Field
STUDENTSKILLCOURSE STUDENTSKILLID
STUDENTSKILLGRADELEVEL STUDENTSKILLID
STUDENTSKILLSCHOOL STUDENTSKILLID