{"id":7778,"date":"2021-08-30T08:14:21","date_gmt":"2021-08-30T08:14:21","guid":{"rendered":"https:\/\/www.gologica.com\/elearning\/?p=7778"},"modified":"2025-04-08T16:33:56","modified_gmt":"2025-04-08T16:33:56","slug":"learning-salesforce-soql","status":"publish","type":"post","link":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/","title":{"rendered":"Learning Salesforce SOQL"},"content":{"rendered":"<figure class=\"wp-block-image\"><a href=\"https:\/\/www.gologica.com\/elearning\/\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-Your-Tech-skills-to-next-level-1024x576.jpg\" alt=\"\" class=\"wp-image-7814\" srcset=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-Your-Tech-skills-to-next-level-1024x576.jpg 1024w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-Your-Tech-skills-to-next-level-460x259.jpg 460w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-Your-Tech-skills-to-next-level-768x432.jpg 768w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-Your-Tech-skills-to-next-level-100x56.jpg 100w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-Your-Tech-skills-to-next-level-600x338.jpg 600w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-Your-Tech-skills-to-next-level-120x68.jpg 120w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-Your-Tech-skills-to-next-level-310x174.jpg 310w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-Your-Tech-skills-to-next-level.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<p><strong>Introduction:<\/strong><\/p>\n<p>Every organization requires to keep track of information or data about their partnerships and customers, and it makes the CRMs very famous.<strong><em> <\/em><\/strong><a href=\"https:\/\/www.gologica.com\/course\/sales-force\/\"><strong><em>Salesforce<\/em><\/strong><\/a> is very known as the platform of cloud-based CRM in which you can store a bunch of information or data and one that offers the user access to this information from any of the locations across the world. Whether it&#8217;s Marketing, Sales, or anything else the customer uses to connect with them, it is possible through using the Salesforce platform.<\/p>\n<p><\/p>\n<p>There was a time when the user wanted to use the data or information in the raw form and to query on the specific criteria. In this article, you will learn how to query the database of Salesforce to uncover the insight valuables from the customer&#8217;s data.<\/p>\n<p><\/p>\n<p>We have three options to query the Salesforce database:<\/p>\n<ul class=\"wp-block-list\">\n<li>Salesforce Object Query Language (SOQL)<\/li>\n<li>Data Manipulation Language or DML<\/li>\n<li>Salesforce Object Search Language (SOSL)<\/li>\n<\/ul>\n<p>Once you have finished reading this article, the reader will be in a position to know what is meant by SOQL and how to execute SOQL to query the database of Salesforce by using the Query Editor in the Developer Console.\u00a0<\/p>\n<p><\/p>\n<p><strong>sObject:<\/strong><\/p>\n<p><\/p>\n<p>At the core data model, Salesforce is something that can be referred to as the sObject or Salesforce Object. It has the data structure in the form of a table. It is organized into a concept of fields and records that are very similar to the columns in the table of the database.<\/p>\n<p><\/p>\n<p><strong>Features of sObject:<\/strong><\/p>\n<\/p>\n<ul class=\"wp-block-list\">\n<li>Queryable<\/li>\n<li>An extensible data model<\/li>\n<\/ul>\n<p>Standard sObjects include:<\/p>\n<ul class=\"wp-block-list\">\n<li>Contact<\/li>\n<li>Account<\/li>\n<li>Lead<\/li>\n<li>Case<\/li>\n<li>Opportunity<\/li>\n<\/ul>\n<p>Standard sObject fields include:<\/p>\n<ul class=\"wp-block-list\">\n<li>Name<\/li>\n<li>Id<\/li>\n<li>ModifiedBy\/Date<\/li>\n<li>CreatedBy\/Date<\/li>\n<li>IsDeleted<\/li>\n<li>Ownerld<\/li>\n<\/ul>\n<p><strong>SOQL:<\/strong><\/p>\n<p><\/p>\n<p>The SOQL or Salesforce Object Query Language is the one that you are going to use the Salesforce query sObject layer for specific data or information. It has SQL-like syntax that can support SELECT statements.<\/p>\n<p><\/p>\n<p>SOQL can be used in:<\/p>\n<p><\/p>\n<ul class=\"wp-block-list\">\n<li>Developer tools (Ex: Visual Studio, Eclipse, Salesforce developer console, and so on).<\/li>\n<li>Apex Web Services API.<\/li>\n<li>API calls (SOAP, REST, etc.).<\/li>\n<\/ul>\n<p>Differences between SQL and SOQL are quite subtle that include:<\/p>\n<p><\/p>\n<ul class=\"wp-block-list\">\n<li>No views.<\/li>\n<li>No wild cards like the statements of SELECT, and it is implemented in avoiding the impact of Salesforce performance production servers.<\/li>\n<li>Limited indexes.<\/li>\n<li>SOQL doesn&#8217;t support DML operations like DELETES, INSERTS, or UPDATES.<\/li>\n<li>Schema changes are protected.<\/li>\n<li>Object-relational mapping can be automatic.<\/li>\n<\/ul>\n<\/p>\n<p style=\"text-align:center\" class=\"has-text-color has-medium-font-size has-vivid-red-color\"><strong><em>Read More : <\/em><\/strong><a href=\"https:\/\/www.gologica.com\/elearning\/a-guide-to-triggers-in-salesforce\/\"><strong><em>A Guide to Triggers in Salesforce<\/em><\/strong><\/a><\/p>\n<\/p>\n<p><strong>When to use SOQL?<\/strong><\/p>\n<p><\/p>\n<ul class=\"wp-block-list\">\n<li>When the record number meets certain criteria.<\/li>\n<li>When retrieving the information or data from an object or various objects that are very much related to one another.<\/li>\n<li>While retrieving the information or data from the date, number, or checkbox fields.<\/li>\n<li>Sorting the results that are part of a certain query.<\/li>\n<\/ul>\n<p><strong>Prerequisites:<\/strong><\/p>\n<p><\/p>\n<p>In order to follow along, you must require to have:<\/p>\n<p>1. Knowledge of relational database concepts like:<\/p>\n<ul class=\"wp-block-list\">\n<li>Indexes<\/li>\n<li>Tables<\/li>\n<li>Foreign\/Primary Key<\/li>\n<li>Joins<\/li>\n<\/ul>\n<p>2. A basic knowledge of the Salesforce platform includes:<\/p>\n<p><\/p>\n<ul class=\"wp-block-list\">\n<li>Knowledge of the Salesforce field API names.<\/li>\n<li>Creating custom fields and objects.<\/li>\n<\/ul>\n<p>3. In order to open the developer console from the Salesforce Classic:<\/p>\n<ul class=\"wp-block-list\">\n<li>Click Your Name<\/li>\n<li>Choose Developer Console<\/li>\n<\/ul>\n<p>4. Complete knowledge of the Query Editor and Sales Developer Console. You can use the developer console to run all these queries.<\/p>\n<p><\/p>\n<p>5. From the Lightning experience, to open the Developer Console:<\/p>\n<ul class=\"wp-block-list\">\n<li>Click &#8220;Gear Icon.&#8221;<\/li>\n<li>Select Developer Console.<\/li>\n<\/ul>\n<p><strong>Structure of Simple SOQL:<\/strong><\/p>\n<p><\/p>\n<p>SELECT one or more fields, [SubQuery]<\/p>\n<p>FROM an object<\/p>\n<p>WHERE filter statements<\/p>\n<p>GROUP BY<\/p>\n<p>HAVING Count(Email) &gt; 2<\/p>\n<p>ORDER BY CreatedDate ASC<\/p>\n<p>LIMIT 10<\/p>\n<p>OFFSET 5<\/p>\n<p>FOR {VIEW, UPDATE}<\/p>\n<p><\/p>\n<p><strong>Parent to Child Queries:<\/strong><\/p>\n<p><\/p>\n<p>Normally, an inner query is used when the user wants to retrieve the related record for the particular parent record or the parent records set.<\/p>\n<p>Here is an example for you: In order to pull the contacts that are related to a certain account, the user can the below SOQL query:<\/p>\n<p>set&lt;id&gt; AccountID = new set&lt;id&gt;();<\/p>\n<p>SELECT Id, Name, (Select Id, Name FROM Contacts) FROM Account WHERE Id IN:AccountID&nbsp;<\/p>\n<p>From the above query, Contacts is the name of the relationship. For the standard objects of Salesforce, the relationship name is the plural label of the object:<\/p>\n<p>Case =&gt; Cases<\/p>\n<p>Contact =&gt; Contacts<\/p>\n<p>Opportunity =&gt; Opportunities<\/p>\n<p>For the custom objects, we can often see append__c, which can represent the relationship. Suppose the custom object name is Book and has a lookup with the Account. Then, in the query that happens on the inner side, it will be Books__c.<\/p>\n<p><\/p>\n<p><strong>Child to Parent Query in SOQL:<\/strong><\/p>\n<p><\/p>\n<p>The user may want to fetch some parent fields when working with the records of a child. In this case, we can go for a query of the child to the parent.<\/p>\n<p>For example, while working with the records of contacts, the user can retrieve the address of Account Shipping from a particular contact by using the below SOQL:<\/p>\n<p>SELECT Id, Name, AccountId, Account.ShippingAddress FROM Contact<\/p>\n<\/p>\n<p style=\"text-align:center\" class=\"has-text-color has-medium-font-size has-vivid-red-color\"><strong><em>Related Courses: <\/em><\/strong><a href=\"https:\/\/www.gologica.com\/course\/salesforce-cpq-training-\/\"><strong><em>Salesforce CPQ Training<\/em><\/strong><\/a><\/p>\n<\/p>\n<p><strong>Order By in SOQL:<\/strong><\/p>\n<p><\/p>\n<p>Order By can be used when the user wants to get fields ordered in descending or ascending format.<\/p>\n<p>SELECT Name, CreatedDate, Account Name<\/p>\n<p>FROM Account<\/p>\n<p>ORDER BY Name DESC<\/p>\n<p>LIMIT 5<\/p>\n<p><\/p>\n<p><strong>Having in SOQL:<\/strong><\/p>\n<p><\/p>\n<p>The word &#8220;Having&#8221; is used to find duplicate records that are based on certain fields. Here is an example for you:<\/p>\n<p>SELECT AccountId FROM Contact GROUP BY AccountId<\/p>\n<p>HAVING Count(Id) &gt; 2<\/p>\n<\/p>\n<p><strong>Polymorphic Queries in SOQL:<\/strong><\/p>\n<\/p>\n<p>SELECT I&#8217;d<\/p>\n<p>FROM Event<\/p>\n<p>WHERE What.Type IN(&#8216;Account&#8217;, &#8216;Opportunity&#8217;)<\/p>\n<p><\/p>\n<p><strong>Aggregate Queries in SOQL:<\/strong><\/p>\n<p><\/p>\n<p>These can be used to search the aggregate result for a field. Below are a few methods that are supported in the aggregate queries in SOQL.<\/p>\n<ul class=\"wp-block-list\">\n<li>Sum<\/li>\n<li>Min<\/li>\n<li>Count<\/li>\n<li>Max<\/li>\n<li>AVG<\/li>\n<\/ul>\n<p>Here is an example for you:<\/p>\n<p>SELECT Count(Id), AccountId<\/p>\n<p>FROM Contact<\/p>\n<p>GROUP BY AccountId<\/p>\n<\/p>\n<\/p>\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.gologica.com\/search.php?search=salesforce23\/**\"><img decoding=\"async\" width=\"800\" height=\"175\" src=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-a-Free-Demo-on-Salesforce-Training.-Live-Now.jpg\" alt=\"ONline Training\" class=\"wp-image-7813\" srcset=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-a-Free-Demo-on-Salesforce-Training.-Live-Now.jpg 800w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-a-Free-Demo-on-Salesforce-Training.-Live-Now-460x101.jpg 460w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-a-Free-Demo-on-Salesforce-Training.-Live-Now-768x168.jpg 768w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-a-Free-Demo-on-Salesforce-Training.-Live-Now-100x22.jpg 100w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-a-Free-Demo-on-Salesforce-Training.-Live-Now-600x131.jpg 600w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-a-Free-Demo-on-Salesforce-Training.-Live-Now-120x26.jpg 120w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Take-a-Free-Demo-on-Salesforce-Training.-Live-Now-310x68.jpg 310w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n<p><\/p>\n<\/p>\n<p><strong>Limitations:<\/strong><\/p>\n<p><\/p>\n<p>When the user query the database of Salesforce, the usage of the query can be metered explicitly. There are:<\/p>\n<ul class=\"wp-block-list\">\n<li>Apex governor limits.<\/li>\n<li>API batch limits for various records that are returned.<\/li>\n<\/ul>\n<p><strong>Conclusion:\u00a0<\/strong><\/p>\n<\/p>\n<p>Hope you learned about SOQL and the types of queries that are supported well in the SOQL and knowing when to use them. If you still have any queries regarding Salesforce, Contact <a href=\"https:\/\/www.gologica.com\/\"><strong><em>Gologica<\/em><\/strong><\/a> or call 8296960414.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction: Every organization requires to keep track of information or data about their partnerships and customers, and it makes the &hellip;<\/p>\n","protected":false},"author":95,"featured_media":7782,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"pmpro_default_level":"","footnotes":""},"categories":[15232],"tags":[276,268,756,428,757,364],"coauthors":[347],"class_list":["post-7778","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-other-segments","tag-online-training","tag-salesforce","tag-salesforce-soql","tag-salesforce-training","tag-soql","tag-training","pmpro-has-access","user-has-not-earned"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Learning Salesforce SOQL - GoLogica<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Learning Salesforce SOQL - GoLogica\" \/>\n<meta property=\"og:description\" content=\"Introduction: Every organization requires to keep track of information or data about their partnerships and customers, and it makes the &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/\" \/>\n<meta property=\"og:site_name\" content=\"GoLogica\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-30T08:14:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-08T16:33:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Salesforce-SOQL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"175\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Kavya Sathvik\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kavya Sathvik\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/\"},\"author\":{\"name\":\"Kavya Sathvik\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/be751af3a5dfedf6e0cb1010412e58ff\"},\"headline\":\"Learning Salesforce SOQL\",\"datePublished\":\"2021-08-30T08:14:21+00:00\",\"dateModified\":\"2025-04-08T16:33:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/\"},\"wordCount\":1025,\"image\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Salesforce-SOQL.jpg\",\"keywords\":[\"Online training\",\"Salesforce\",\"Salesforce SOQL\",\"salesforce training\",\"SOQL\",\"Training\"],\"articleSection\":[\"Other Segments\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/\",\"url\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/\",\"name\":\"Learning Salesforce SOQL - GoLogica\",\"isPartOf\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Salesforce-SOQL.jpg\",\"datePublished\":\"2021-08-30T08:14:21+00:00\",\"dateModified\":\"2025-04-08T16:33:56+00:00\",\"author\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/be751af3a5dfedf6e0cb1010412e58ff\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#primaryimage\",\"url\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Salesforce-SOQL.jpg\",\"contentUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Salesforce-SOQL.jpg\",\"width\":300,\"height\":175,\"caption\":\"Online Training\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.gologica.com\/elearning\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Learning Salesforce SOQL\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#website\",\"url\":\"https:\/\/www.gologica.com\/elearning\/\",\"name\":\"GoLogica\",\"description\":\"E-Learning Portal\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.gologica.com\/elearning\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/be751af3a5dfedf6e0cb1010412e58ff\",\"name\":\"Kavya Sathvik\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/image\/6284dd535a9619a5b8003bfe2b3cf2af\",\"url\":\"https:\/\/lh3.googleusercontent.com\/a\/default-user=s96-c\",\"contentUrl\":\"https:\/\/lh3.googleusercontent.com\/a\/default-user=s96-c\",\"caption\":\"Kavya Sathvik\"},\"url\":\"https:\/\/www.gologica.com\/elearning\/author\/kavya5gologica\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Learning Salesforce SOQL - GoLogica","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/","og_locale":"en_US","og_type":"article","og_title":"Learning Salesforce SOQL - GoLogica","og_description":"Introduction: Every organization requires to keep track of information or data about their partnerships and customers, and it makes the &hellip;","og_url":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/","og_site_name":"GoLogica","article_published_time":"2021-08-30T08:14:21+00:00","article_modified_time":"2025-04-08T16:33:56+00:00","og_image":[{"width":300,"height":175,"url":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Salesforce-SOQL.jpg","type":"image\/jpeg"}],"author":"Kavya Sathvik","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kavya Sathvik","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#article","isPartOf":{"@id":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/"},"author":{"name":"Kavya Sathvik","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/be751af3a5dfedf6e0cb1010412e58ff"},"headline":"Learning Salesforce SOQL","datePublished":"2021-08-30T08:14:21+00:00","dateModified":"2025-04-08T16:33:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/"},"wordCount":1025,"image":{"@id":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Salesforce-SOQL.jpg","keywords":["Online training","Salesforce","Salesforce SOQL","salesforce training","SOQL","Training"],"articleSection":["Other Segments"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/","url":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/","name":"Learning Salesforce SOQL - GoLogica","isPartOf":{"@id":"https:\/\/www.gologica.com\/elearning\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#primaryimage"},"image":{"@id":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Salesforce-SOQL.jpg","datePublished":"2021-08-30T08:14:21+00:00","dateModified":"2025-04-08T16:33:56+00:00","author":{"@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/be751af3a5dfedf6e0cb1010412e58ff"},"breadcrumb":{"@id":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#primaryimage","url":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Salesforce-SOQL.jpg","contentUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/08\/Salesforce-SOQL.jpg","width":300,"height":175,"caption":"Online Training"},{"@type":"BreadcrumbList","@id":"https:\/\/www.gologica.com\/elearning\/learning-salesforce-soql\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gologica.com\/elearning\/"},{"@type":"ListItem","position":2,"name":"Learning Salesforce SOQL"}]},{"@type":"WebSite","@id":"https:\/\/www.gologica.com\/elearning\/#website","url":"https:\/\/www.gologica.com\/elearning\/","name":"GoLogica","description":"E-Learning Portal","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gologica.com\/elearning\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/be751af3a5dfedf6e0cb1010412e58ff","name":"Kavya Sathvik","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/image\/6284dd535a9619a5b8003bfe2b3cf2af","url":"https:\/\/lh3.googleusercontent.com\/a\/default-user=s96-c","contentUrl":"https:\/\/lh3.googleusercontent.com\/a\/default-user=s96-c","caption":"Kavya Sathvik"},"url":"https:\/\/www.gologica.com\/elearning\/author\/kavya5gologica\/"}]}},"_links":{"self":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/7778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/users\/95"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/comments?post=7778"}],"version-history":[{"count":1,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/7778\/revisions"}],"predecessor-version":[{"id":7815,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/7778\/revisions\/7815"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/media\/7782"}],"wp:attachment":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/media?parent=7778"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/categories?post=7778"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/tags?post=7778"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/coauthors?post=7778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}