Computer Science for IGCSE & O level - Databases (Section 4 - No. 30)
Which data type would be best suited for storing a unique ID (e.g., customer ID) that is an integer?
TEXT
INTEGER
BOOLEAN
DECIMAL
Explanation
The INTEGER data type is best suited for storing whole numbers like a unique ID.
Comments (0)
