Table: Digit | |||||||||||||
The Digit table holds the values 0 to 9 which makes it convenient to join against for generating ranges. Tags: read-only Content:
| |||||||||||||
Columns | |||||||||||||
Name | Type | Constraints | Description | ||||||||||
digit_KEY | tinyint (3) | NOT NULL | Holds the values 0 to 9. Named for backwards compatibility. |
Primary key | |||
Name | Columns | Description | |
PK_Digit$digit_KEY | digit_KEY | CLUSTERED |