STUDENTCLASSMEETINGGROUP (4.0SP20)

This table contains information about the class meetings associated to a student.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

STUDENTCOURSEID

uniqueidentifier

false

A foreign key to the student-course table.

CLASSMEETINGGROUPID

uniqueidentifier

false

A foreign key to the class meeting group table.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

STATUSCODE

tinyint

false

0

The enrollment status of a student for a class meeting group.

STATUSDATE

date

true

The date the status was set to not enrolled. For example, Withdrawn Date, Transferred Date, or Dropped Date.

STATUS

nvarchar(15) (Computed)

true

Provides a translation for the 'STATUSCODE' field.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_STUDENTCLASSMEETINGGROUP_DATEADDED

DATEADDED

False

False

True

IX_STUDENTCLASSMEETINGGROUP_DATECHANGED

DATECHANGED

False

False

False

PK_STUDENTCLASSMEETINGGROUP

ID

True

True

False

UIX_STUDENTCLASSMEETINGGROUP_STUDENTCOURSEID_CLASSMEETINGGROUPID

STUDENTCOURSEID

CLASSMEETINGGROUPID

True

False

False

Triggers
Trigger Name Description

TR_STUDENTCLASSMEETINGGROUP_STUDENTCOURSE_DELETE

TR_STUDENTCLASSMEETINGGROUP_VALIDATE_ENROLLMENT

TR_STUDENTCLASSMEETINGGROUP_AUDIT_UPDATE

TR_STUDENTCLASSMEETINGGROUP_AUDIT_DELETE

Referenced by
Referenced by Field

STUDENTMARKINGCOLUMNGRADE

STUDENTCLASSMEETINGGROUPID