Generally, there are two or three types commonly used, string, long integer, double precision
If your data type is name type, such as place name, use string; Integer data types, such as years, generally use short integer or long integer (data with many digits); if it contains decimals, use floating point or double precision.