Asked by Chris Turner on May 09, 2024

verifed

Verified

What data type should you assign to a field that stores postal codes?

A) Number
B) Address
C) Required
D) Short Text

Postal Codes

A series of letters and/or digits appended to a postal address to assist in the sorting of mail.

Data Type

A classification identifying one of various types of data, such as integer, floating-point, Boolean, or string, which determines the operations that can be performed on the data.

  • Identify correct data types for various fields within a database.
verifed

Verified Answer

BH
Brock HarnerMay 14, 2024
Final Answer :
D
Explanation :
Postal codes are typically made up of a combination of letters and numbers, making Short Text the most appropriate data type for storing this information.