How you will get contact of account with name starting with abc.

AnswerBot
1y

To get contact of account with name starting with abc, use Salesforce's SOQL query language.

  • Use the Salesforce Object Query Language (SOQL) to query the Account object

  • Use the 'LIKE' operator to search...read more

Anonymous
1y

Surname first name middle name then accotant number

Simran Shambhargade
1y

In this salutations we will write query on object & this query is like parent to child query

[Selected id, name,(select id, name, phone__c from contacts) from account where account. Name like 'abc%']

Af...read more

Harshit Kumar
1y

SELECT Id, Name FROM Contact WHERE Account.Name LIKE 'abc%'

Add answer anonymously...
Salesforce Technical Support Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter