<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: two tables association in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/two-tables-association/m-p/1231866#M62266</link>
    <description>&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/joining-attributes-in-one-table-to-another.htm" target="_self"&gt;Joining attributes in one table to another&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;Typically, you'll join a table of data to a layer based on the value of a field that can be found in both tables. The name of the field does not have to be the same, &lt;STRONG&gt;but the data type has to be the same; you join numbers to numbers, strings to strings, and so on&lt;/STRONG&gt;. You can perform a join with either the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/essentials-of-joining-tables.htm" target="_blank" rel="noopener"&gt;Join Data dialog box&lt;/A&gt;&lt;SPAN&gt;, accessed by right-clicking a layer in ArcMap, or the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-join.htm" target="_blank" rel="noopener"&gt;Add Join tool&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As long and short are both basically numbers, the Join should work fine.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 17:32:11 GMT</pubDate>
    <dc:creator>Asrujit_SenGupta</dc:creator>
    <dc:date>2022-11-15T17:32:11Z</dc:date>
    <item>
      <title>two tables association</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/two-tables-association/m-p/1231653#M62242</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;For two tables association (join, relate, and relationship class), I want to ask if it is necessary for the keys (the matching fields) to be the same data type? Could we associate two tables: the first's primary key is &lt;STRONG&gt;long&lt;/STRONG&gt; and the second one is &lt;STRONG&gt;short&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 12:24:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/two-tables-association/m-p/1231653#M62242</guid>
      <dc:creator>Hala_Ghareeb</dc:creator>
      <dc:date>2022-11-15T12:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: two tables association</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/two-tables-association/m-p/1231657#M62243</link>
      <description>&lt;P&gt;why not use the following to see if that is the case&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/validate-join.htm" target="_blank"&gt;Validate Join (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 12:35:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/two-tables-association/m-p/1231657#M62243</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-11-15T12:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: two tables association</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/two-tables-association/m-p/1231755#M62255</link>
      <description>&lt;P&gt;In the ArcGIS Pro Help &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/relationships/relationship-class-properties.htm#GUID-C4FA49CB-0841-4F63-8A08-B05DD6FA6FA4" target="_self"&gt;documentation&lt;/A&gt; for Primary Key and Foreign key it states - "&lt;SPAN&gt;The key fields may have different names but must be of the &lt;STRONG&gt;same&lt;/STRONG&gt; &lt;STRONG&gt;data type&lt;/STRONG&gt; and contain the same kind of information, such as parcel IDs." So yes, same field type is required for Relationship Classes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For Joins and Relates - again yes per the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/tables/joins-and-relates.htm#GUID-39C9610A-6A73-4985-ADB8-7354EA9DB8BF" target="_self"&gt;documentation&lt;/A&gt; - "&lt;SPAN&gt;The name of the field does not have to be the same, but the &lt;STRONG&gt;data type must be the same&lt;/STRONG&gt;; you join numbers to numbers, strings to strings, and so on."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 15:14:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/two-tables-association/m-p/1231755#M62255</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2022-11-15T15:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: two tables association</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/two-tables-association/m-p/1231866#M62266</link>
      <description>&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/joining-attributes-in-one-table-to-another.htm" target="_self"&gt;Joining attributes in one table to another&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;Typically, you'll join a table of data to a layer based on the value of a field that can be found in both tables. The name of the field does not have to be the same, &lt;STRONG&gt;but the data type has to be the same; you join numbers to numbers, strings to strings, and so on&lt;/STRONG&gt;. You can perform a join with either the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/essentials-of-joining-tables.htm" target="_blank" rel="noopener"&gt;Join Data dialog box&lt;/A&gt;&lt;SPAN&gt;, accessed by right-clicking a layer in ArcMap, or the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-join.htm" target="_blank" rel="noopener"&gt;Add Join tool&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As long and short are both basically numbers, the Join should work fine.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/two-tables-association/m-p/1231866#M62266</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2022-11-15T17:32:11Z</dc:date>
    </item>
  </channel>
</rss>

