SOQL Basics | Developer Quick Takes

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

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

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

    Wonderful way of explaining. I really like it.

  • @SalesforceUSA
    @SalesforceUSA 2 ปีที่แล้ว +2

    Good video. We recommend this.

  • @mukeshsingh-bv7rd
    @mukeshsingh-bv7rd 2 ปีที่แล้ว +2

    Hello, Alba. and the Salesforce developer team's contents were wonderful, except for a bit more advanced level SOQL with more examples.

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

    Interesting video, what is Apex? With Apex have edit options of a database

  • @Nick-o2s5h
    @Nick-o2s5h ปีที่แล้ว

    Hello Alba, very good explanation can u please explain how can we query Notes & attachments related to an Account or any object by SOQL. Also, why is Notes & Attachment not shown in Object Manager? I looked for documentation but didn't find any solution.

  • @sampathkumar8868
    @sampathkumar8868 2 ปีที่แล้ว +2

    Thanks 👍

  • @ianroque3308
    @ianroque3308 2 ปีที่แล้ว +1

    What is the reason behind why salesforce didnt make soql capable of updating/inserting record directly? Unlike other sql language

    • @AlbaRivasSalesforce
      @AlbaRivasSalesforce 2 ปีที่แล้ว +6

      1) Multitenancy and 2) Prevention of SOQL injection. There's another DML video being published next week :)

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

    I believe I ran across a module on the Trailhead for the Platform Developer 1 that helped the Field Label rather than the field name where it functions like Oracle SQL. Can someone help me with the syntax?
    Oracle SQL example:
    select ID, firstname as "First Name" from table_name;