54.1k views
3 votes
a field type helps identify what type of information will be in that part of the database. what should the field type for a last name?

User InkHeart
by
5.8k points

1 Answer

1 vote
The correct answer for this question is this one: "VARCHAR"A field type helps identify what type of information will be in that part of the database. The field type for a last name should be varchar. Varchar accepts any alphanumeric and numeric characters. This is more flexible than any other fields.
User PingPing
by
6.2k points