Computer Science for IGCSE & O level - Databases (Section 2 - No. 41)

Which data type would be suitable for storing a student's GPA (Grade Point Average), which might include decimal values?
INTEGER
TEXT
BOOLEAN
DECIMAL

Explanation

The DECIMAL data type is used to store numbers with a fixed number of decimal places, which is appropriate for representing a GPA.

Comments (0)

Advertisement