Which query should a developer use to obtain the Id and Name of all the Leads, Accounts, and Contacts that have the company name "Universal Containers"?
FIND 'Universal Containers' IN Name Fields RETURNING lead(id, name), account(id, name), contact(id, name)