Computer Science for IGCSE & O level - Databases (Section 2 - No. 6)
Which data type would be most appropriate for storing a yes/no value?
Text
Integer
Boolean
Decimal
Explanation
The boolean data type is specifically designed for representing true/false or yes/no values.
Comments (0)
