This document discusses data types for fields in databases. There are three primary categories of field types: text, numbers, and dates/times. Within each category there are specific data types that determine what kind of information can be stored in a field and how it is stored. Careful consideration of data types is important because they affect database performance. The document then lists and describes specific data types for MySQL and Microsoft Access databases.