nerdexam
Salesforce

CRT-450 · Question #73

What should a developer use to obtain the Id and Name of all the Leads. Accounts, and Contacts that hove the company name "Universal Containers"?

The correct answer is A. FIND 'Universal Containers' IN Name Fields RETURNING leadjid, name), accounted, name). See the full explanation below for the reasoning.

Question

What should a developer use to obtain the Id and Name of all the Leads. Accounts, and Contacts that hove the company name "Universal Containers"?

Options

  • AFIND 'Universal Containers' IN Name Fields RETURNING leadjid, name), accounted, name),
  • BFIND Universal Containers' IN CompanyName Fietds RETURNING lead{ld. name), accounted,
  • CSELECT lead(id, name). accountOd, name), contacted, name) FROM Lead, Account, Contact
  • DSELECT Lead.id. Lead.Name, Account.Id, AccountName, Contacted, Contact.Name FROM

How the community answered

(43 responses)
  • A
    84% (36)
  • B
    5% (2)
  • C
    2% (1)
  • D
    9% (4)

Community Discussion

No community discussion yet for this question.

Full CRT-450 Practice