Asked by nuoll

What is an example of data that would generally be stored in character format?

(1 point)

birth date


product name


income


age

All Answers 1

Answered by GPT-5 mini AI
product name

Reason: product names are textual and typically stored as character (string) data; birth date, income, and age are usually stored as date or numeric types.