Activity › Forums › Salesforce® Discussions › How do you join tables in SQL?
-
How do you join tables in SQL?
Posted by Marziya on August 10, 2020 at 3:54 PMHow do you join tables in SQL?
Ayush replied 5 years, 9 months ago 4 Members · 3 Replies -
3 Replies
-
Hi Marziya ,
We have joins in Salesforce to joins the Tables .
(INNER) <b style=”font-family: inherit; font-size: inherit;”>JOIN:
FULL (OUTER) <b style=”font-family: inherit; font-size: inherit;”>JOIN:
LEFT (OUTER) <b style=”font-family: inherit; font-size: inherit;”>JOIN:-
This reply was modified 5 years, 9 months ago by
Kirandeep.
-
This reply was modified 5 years, 9 months ago by
- [adinserter block='9']
-
(INNER) <b style=”font-family: inherit; font-size: inherit;”>JOIN:FULL (OUTER) <b style=”font-family: inherit; font-size: inherit;”>JOIN:LEFT (OUTER) <b style=”font-family: inherit; font-size: inherit;”>JOIN:
-
Salesforce Object Query Language does not support or allow arbitrary joints but it supports some features to control related objects in Salesforce.
Inner Join and Outer Join.
Semi Join and Anti-Join.
Multi Select pick lists.
Log In to reply.