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:
0
1
2
3
4
5
6
7
8
9
Columns
NameTypeConstraintsDescription
digit_KEYtinyint (3)NOT NULLHolds the values 0 to 9. Named for backwards compatibility.
Primary key
NameColumnsDescription
PK_Digit$digit_KEYdigit_KEYCLUSTERED

Schema diagram