Mastering SOQL Query: Essential Salesforce Developer Interview Questions

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 15

  • @mrunmayibhide
    @mrunmayibhide 10 หลายเดือนก่อน +1

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

  • @AshishBhoyar-v3p
    @AshishBhoyar-v3p 4 หลายเดือนก่อน

    Very well explained. Useful for people preparing for interviews.

  • @jangirdinesh
    @jangirdinesh ปีที่แล้ว +4

    26:07 We can add filters in subquery.

    • @chatonline8916
      @chatonline8916 ปีที่แล้ว

      😮 how?

    • @ImmanualSuprith
      @ImmanualSuprith 11 หลายเดือนก่อน

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

  • @urmi0416
    @urmi0416 ปีที่แล้ว +4

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

  • @abhijeetvaishnab7738
    @abhijeetvaishnab7738 3 หลายเดือนก่อน

    u can add filter in subquery and it will apply to fetching of child records

  • @jhunjhunalaal5742
    @jhunjhunalaal5742 11 หลายเดือนก่อน

    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 10 หลายเดือนก่อน

      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.

  • @sameerqadri9877
    @sameerqadri9877 ปีที่แล้ว +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 ?

  • @prathvi0398
    @prathvi0398 9 หลายเดือนก่อน

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

  • @naveenreddy2223
    @naveenreddy2223 10 หลายเดือนก่อน

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

    • @pruthvirajpatil1395
      @pruthvirajpatil1395 5 หลายเดือนก่อน

      SELECT Salary FROM employee ORDER BY Salary DESC LIMIT 1 OFFSET 1

  • @WeVRChannel
    @WeVRChannel ปีที่แล้ว

    Hi sir..
    Please share the course details

    • @Mtripathi347
      @Mtripathi347  ปีที่แล้ว

      salesforceandinterviews.graphy.com/