<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mutliple table selection</title><link>https://community.appian.com/discussions/f/general/12922/mutliple-table-selection</link><description>Hi People , 
 Scenario : i need to fetch relevant data(using filters) from Table 1 and 
 from Table 1 Entries i need to fetch the relevant data from table 2 and 
 from table 2 entries i need to fetch the relevant data from table 3 . 
 and what can be</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Mutliple table selection</title><link>https://community.appian.com/thread/58081?ContentTypeID=1</link><pubDate>Wed, 18 Jul 2018 11:03:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:283a0906-16a2-48ed-b7ee-6a0ac7c24e1b</guid><dc:creator>Sandeep Deshmukh</dc:creator><description>So in this case you need to add one more column for FC to show the relation . otherwise it will act like an independent entity.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Sandeep&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mutliple table selection</title><link>https://community.appian.com/thread/58076?ContentTypeID=1</link><pubDate>Wed, 18 Jul 2018 07:54:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6f917d1-7875-4b5c-9345-9c6ea3018ad3</guid><dc:creator>vetrivelk</dc:creator><description>Hi Sandeep ,&lt;br /&gt;
&lt;br /&gt;
Thanks for the effort . adding to my concern , table 1&amp;#39;s PK is the FK for table 2 . but table 3 doesn&amp;#39;t have the FK field . but i need few columns from table 3 also (relating table 1 and 2 ) .  ( table 3 and table 2 have few coloumn in common ) but they are not a KEY column . &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
vetri&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mutliple table selection</title><link>https://community.appian.com/thread/58075?ContentTypeID=1</link><pubDate>Wed, 18 Jul 2018 07:53:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0a01a44d-20f1-4950-a25c-208890ea81f1</guid><dc:creator>Smruti Swain</dc:creator><description>You need to think of establishing primary and foreign key relationship between these 3 tables then you can have the database view with the help of table join. &lt;br /&gt;
If you are new to RDBMS concepts as well, please check some references how to establish relationship between database entities and also how to create a database view.&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mutliple table selection</title><link>https://community.appian.com/thread/58074?ContentTypeID=1</link><pubDate>Wed, 18 Jul 2018 07:47:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d7849582-ce8d-4ded-a46c-d611c87bf0dc</guid><dc:creator>vetrivelk</dc:creator><description>Hi Smruti Swain , &lt;br /&gt;
&lt;br /&gt;
the requirement a little like the relationship between these 3 tables : This was one of my query also , like under what relation we would be able to fetch data between 3 different table and how . &lt;br /&gt;
&lt;br /&gt;
P.S: please elaborate on creating a DB view and using it in appian &lt;br /&gt;
&lt;br /&gt;
hope you get my point .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mutliple table selection</title><link>https://community.appian.com/thread/58073?ContentTypeID=1</link><pubDate>Wed, 18 Jul 2018 07:44:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:54d29250-6a24-43c9-b575-74c0893d1ab1</guid><dc:creator>mohamedt808</dc:creator><description>Hi,Can you kindly elaborate your requirement ??&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mutliple table selection</title><link>https://community.appian.com/thread/58072?ContentTypeID=1</link><pubDate>Wed, 18 Jul 2018 07:43:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e59cd719-5a08-4543-8f5a-fca99d303dd0</guid><dc:creator>Sandeep Deshmukh</dc:creator><description>Hi Vetrivelk,&lt;br /&gt;
&lt;br /&gt;
In this case you need to use Foreign Key concept in your tables. So here your Table 1 Primary key will act like a foreign key in rest of the table. And while fetching details in Appian  from DB, I can suggest go with View in DB. I mean create a view in DB. &lt;br /&gt;
&lt;br /&gt;
I hope this is the correct answer of your query.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Sandeep&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mutliple table selection</title><link>https://community.appian.com/thread/58071?ContentTypeID=1</link><pubDate>Wed, 18 Jul 2018 07:40:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f99906b6-d939-42af-98bc-ebb95613f677</guid><dc:creator>Smruti Swain</dc:creator><description>&lt;p&gt;Hi there,&lt;br /&gt; Could you please clarify the requirement a little like the relationship between these 3 tables. If they have some referential integrity exists then you could create a database view joining them together and fetch the data from them.&lt;br /&gt; Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>