Mastering SOQL Query: Essential Salesforce Developer Interview Questions

Sdílet
Vložit
  • čas přidán 26. 08. 2023

Komentáře • 12

  • @mrunmayibhide
    @mrunmayibhide Před 5 měsíci +1

    Very well explained, covered every aspect of SOQL and SOSL. Useful for people preparing for interviews. Thank you.

  • @urmi0416
    @urmi0416 Před 11 měsíci +4

    can you please create a video for interview questions for 2years experience on LWC

  • @jangirdinesh
    @jangirdinesh Před 11 měsíci +4

    26:07 We can add filters in subquery.

    • @chatonline8916
      @chatonline8916 Před 6 měsíci

      😮 how?

    • @ImmanualSuprith
      @ImmanualSuprith Před 5 měsíci

      @@chatonline8916 i was able to run this query and get result
      select id,(select id, firstname from Contacts where firstname ='Rose') from Account

  • @sameerqadri9877
    @sameerqadri9877 Před 11 měsíci +1

    With this Video we can master SOQl Thx a lot sir !!!
    Sir for 2years of experience as salesforce Admin-and-Dev can we show in dev these are the only Topics which i have worked on. Is this Topics are Enough for 2Yrs Exp :
    Topics are : Triggers, Test Classes, Asynchronus, and LWC
    And the rest can we avoid ?

  • @naveenreddy2223
    @naveenreddy2223 Před 5 měsíci

    I had been asked by the interviewer to fetch the second highest salary from employee table

  • @prathvi0398
    @prathvi0398 Před 4 měsíci

    Hy sir
    Can you please provide a PPT of soql queries which is see in this video

  • @jhunjhunalaal5742
    @jhunjhunalaal5742 Před 6 měsíci

    Offset have limit of 2000 records and if i want to show 4000 records in lwc pagination so then how can i achieve it.

    • @rahulchowdhury4227
      @rahulchowdhury4227 Před 5 měsíci

      perform two queries with offset 2000, create a set of IDs, after first query update the set of Ids with the retrieved Ids, in the second query do a NOT IN :set clause, I think it should work.

  • @WeVRChannel
    @WeVRChannel Před 10 měsíci

    Hi sir..
    Please share the course details