Option A: This is the correct syntax for SOSL to retrieve data across multiple objects. It searches for "Universal Containers" in theCompanyNamefields and returns the specified fields forLead,Account, andContact.
Other Options:
Option BandD: These are invalid SOQL statements since SOQL does not support multi-object queries.
Option C:Namefields are not relevant to the search term "CompanyName."
SOSL Syntax
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit