You need to sign in to do that
Don't have an account?

reply me ---
what will be the output data type of the following SOQL query and write a code snip name of first opportunity returned by the quary.
FIND'map'IN ALL FIELDS RETURNING Account(id,name),contact,oppurtunity,lead.
FIND'map'IN ALL FIELDS RETURNING Account(id,name),contact,oppurtunity,lead.
it will return the all the related list of accounts such us contact,opportuity,lead