Computer Science for IGCSE & O level - Databases (Section 5 - No. 40)
Which data type would you typically use to store a person's name?
INTEGER
TEXT or VARCHAR
BOOLEAN
DATE
Explanation
TEXT or VARCHAR data types are appropriate for storing text-based data like names.
Comments (0)
