I have a table with country information (multiple row for one country) and a feature class with all country polygons. As an output I would like to have the table as a polygon feature class. To join I can use the country name column. I tried it with the tool "Make Query Table" (I remember that in ArcMap this worked fine).
But I have no idea how this works in ArcPro. I thought that in the SQL Query I should write table.country = featureclass.country_name...
Can someone help?
Are you trying to do a "relate"?
Add Relate (Data Management)—ArcGIS Pro | Documentation
Yes, I need to relate (n-1) from a table (N) to feature class (1) , but the output should be a feature class with same country polygons twice or more...