Salesforce
CRT-450 · Question #225
CRT-450 Question #225: Real Exam Question with Answer & Explanation
Sign in or unlock CRT-450 to reveal the answer and full explanation for question #225. The question stem and answer options stay visible for context.
Question
Which statement generates a list of Leads and Contacts that have a field with the phrase 'ACME'?
Options
- AList<List <sObject>> searchList = [SELECT Name, ID FROM Contact, Lead WHERE Name like
- BList<List <sObject>> searchList = [FIND 'ACME" IN ALL FIELDS RETURNING Contact, Lead];
- CMap <sObject> searchList = [FIND 'ACME' IN ALL FIELDS RETURNING Contact, Lead];
- DList <sObject> searchList = [FIND 'ACME' IN ALL FIELDS RETURNING Contact, Lead];
Unlock CRT-450 to see the answer
You've previewed enough free CRT-450 questions. Unlock CRT-450 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.