Hello, I have a database with fields. Arcmap is connected to the database and the data in the database is updated with an external API. The database is very large and many data types are related. For example: i have a TREEs_in_USA table. and i have a TREEs_REGIONS table.
TREEs_in_USA table
{"tree_name":"Tree 1", "region_id":1}
REGIONS_of_TREEs table
{"name":"Canada","region_id":1}
These two tables are related by region_id. When I connect the database to arcmap, the regiond_id of the field named "Tree 1" shows as 1. But I want it to show as "Canada". Is there a way for me to make a SQL query while retrieving the field values? This will be difficult when there are thousands of data.