Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkRateCodeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each rate code place record |
|
| RateCodeValue | varchar | 10 | √ | null |
|
|
Rate code value - Numeric or alphanumeric code representing the place of service |
|
| RateCodeDesc | varchar | 50 | √ | null |
|
|
Rate code description - Descriptive name or explanation of the place of service code |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_RateCodePlace | Primary key | Asc | pkRateCodeID |
