開発者は、会社名が「Universal Containers」であるすべてのリード、アカウント、および連絡先の ID と名前を取得するために何を使用すればよいでしょうか。
正解:A
* Option A: This is the correct syntax for SOSL to retrieve data across multiple objects. It searches for "Universal Containers" in the CompanyName fields and returns the specified fields for Lead, Account, and Contact. * Other Options: * Option B and D: These are invalid SOQL statements since SOQL does not support multi-object queries. * Option C: Name fields are not relevant to the search term "CompanyName."