Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
StudentCourseChargesSeq | int identity | 4 | √ | null |
|
|
||||
StudentCoursesSeq | int | 4 | √ | null |
|
|
||||
SortOrder | int | 4 | √ | null |
|
|
||||
FeeCode | varchar | 15 | null |
|
|
|||||
Description | varchar | 100 | ('') |
|
|
|||||
Amount | money | 21,4 | null |
|
|
|||||
PostingNumber | int | 4 | √ | null |
|
|
||||
AllowChargeDate | datetime | 16,3 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_StudentCourseCharges | Primary key | Asc | StudentCourseChargesSeq |
AK_StudentCourseCharges_FeeCode | Performance | Asc/Asc/Asc | StudentCoursesSeq + SortOrder + FeeCode |
AK_StudentCourseCharges_PostingNumber | Performance | Asc | PostingNumber |