STUDENTCOURSEREQUEST (4.0SP20)

This table contains information about student requests for courses.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

STARTDATE

date

false

The start date for the period within which the course being requested should be scheduled. When using academic years, this is the session start date.

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.

ENDDATE

date

false

The end date for the period within which the course being requested should be scheduled. When using academic years, this is the session end date.

CLASSSTARTDATE

date

true

The start date the student is requesting for the course. When using academic years, this is the class term start date.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_STUDENTCOURSEREQUEST_DATEADDED

DATEADDED

False

False

True

IX_STUDENTCOURSEREQUEST_DATECHANGED

DATECHANGED

False

False

False

PK_STUDENTCOURSEREQUEST

ID

True

True

False

Triggers
Trigger Name Description

TR_STUDENTCOURSEREQUEST_DELETE

TR_STUDENTCOURSEREQUEST_AUDIT_UPDATE

TR_STUDENTCOURSEREQUEST_AUDIT_DELETE