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