What data type should yo choose for a zip code field in a table? A. Text B. Number C. Memo D. All of above

Text
Number
Memo
All of above

The correct answer is A. Text.

A zip code is a five- or nine-digit code used to identify a geographic location in the United States.

It is a string of characters, not a number, so it should be stored as a text field.

A number field is used to store numeric data, such as a person’s age

or the price of a product. A memo field is used to store large amounts of text, such as a product description or a customer’s comments.

In conclusion, the data type you should choose for a zip code field in a table is A. Text.

Exit mobile version