Tinyint 0.1
Definition
Tinyint is a compact integer type used in databases to store very small whole numbers efficiently, typically taking 1 byte of storage.
for example, tinyint would be sufficient for a small lookup table with status values, because it can store as many as 256 rows.
Related content
| Relation | Count |
|---|---|
| Value Domains implementing this Data Type | 1 |
| Distributions implementing this as Physical Data Type | 0 |