Final answer:
To include a photo image in a database table record, the Image data type should be used. It is designed to store images or binary data, different from Text, Number, and Date types that store textual, numerical, and date data respectively.
Step-by-step explanation:
To include a photo image with each record in a table, you should use a field with the Image data type. When designing a database, different data types are used to specify the kind of data that can be stored in each field. For textual data, you would use the Text data type. The Number data type is for numerical information, whereas the Date data type is used for dates. The Image or sometimes called Blob data type is specifically designed for storing image files or other types of binary data in a table