7.7.4.7    Define Data Types

Data Type

Definition

Boolean

Sometimes called the logical data type, which consists of one of two values: non-zero and zero

Float

Captures numerical data with decimal places

Int

Captures whole numbers (integers)

String

Captures any value (alphanumeric and/or special characters)

Time

Captures time fields

Date

Captures date fields