Not sure exactly what you are askingn, but in relational databases you don't "have fields that will contain values from other tables". Rather, you have a foreign key field that relate to the other table, and the foreign key would have the same data type as the primary key of the related table.