Used to define a range of ratings for a skill category on a performance category level.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
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) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
STUDENTSKILLRATINGGROUPID |
uniqueidentifier (Computed) |
yes |
dbo.UFN_STUDENTSKILLRATING_GETGROUPID(LOWESTSTUDENTSKILLRATINGID) |
The Skill Rating Group the low and high ratings belong to |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_PERFORMANCECATEGORYLEVELSKILLCATEGORYRATING_DATEADDED |
DATEADDED |
|
|
yes |
IX_PERFORMANCECATEGORYLEVELSKILLCATEGORYRATING_DATECHANGED |
DATECHANGED |
|
|
|
PK_PERFORMANCECATEGORYLEVELSKILLCATEGORYRATING |
ID |
yes |
yes |
|
Triggers