Answer:
PLATO ANSWER. Sample Answer
Step-by-step explanation:
The field names in the database are Name, Date of Birth, Age, Blood Type, Hobby, Talent Show Registration, and Unique ID. Here are the types of data that you can enter into each field.
Name:This field has 5 to 10 characters and accepts text data only.
Date of Birth: This field accepts dates only. It uses a medium-length entry in the form of month/day/year (mm/dd/yy).
Age: This field is numerical and contains numerical data only.
Blood Type: This field contains text data, with a maximum of 11 characters.
Hobby: This field can be a memo, and it can accept large volumes of data in any format. This data type can include null values as well.
Talent Show Registration: This is a Boolean data field that contains the values Yes or No.
Unique ID: This field accepts alphanumeric data, so this, too, is a text field.