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?