You are on page 1of 1

Project 1-4: Planning Data Types for Fields

1. Runner’s first name


-”Text”. This is the most common data type for fields. Can store up to 255 characters of
text, numbers, or a combination of both.

2. Last name
-”Text”. This is the most common data type for fields. Can store up to 255 characters of
text, numbers, or a combination of both.

3. Age
-”Number”. Stores numeric data that can be used in mathematical calculations.

4. Gender
-”Text”. This is the most common data type for fields. Can store up to 255 characters of
text, numbers, or a combination of both.

5. Address
-”Text”. This is the most common data type for fields. Can store up to 255 characters of
text, numbers, or a combination of both.

6. Contact numbers
-”Number”. Stores numeric data that can be used in mathematical calculations.

You might also like