Hello, Alba. and the Salesforce developer team's contents were wonderful, except for a bit more advanced level SOQL with more examples.
@josephkurian2 жыл бұрын
Wonderful way of explaining. I really like it.
@SalesforceDevs2 жыл бұрын
Glad you liked it!
@RicRod Жыл бұрын
Interesting video, what is Apex? With Apex have edit options of a database
@SalesforceUSA2 жыл бұрын
Good video. We recommend this.
@SalesforceDevs2 жыл бұрын
Thanks all
@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.
@sampathkumar88682 жыл бұрын
Thanks 👍
@ianroque33082 жыл бұрын
What is the reason behind why salesforce didnt make soql capable of updating/inserting record directly? Unlike other sql language
@AlbaRivasSalesforce2 жыл бұрын
1) Multitenancy and 2) Prevention of SOQL injection. There's another DML video being published next week :)
@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;