Polymorphic Field in SOQL Queries in Salesforce

instanceof can be used to find the object type in Salesforce Apex. TYPEOF can be used to find the object type in Salesforce SOQL. For Task Object with What field: Apex: SOQL: For Conversation Entry Object with Conversation field: Apex: SOQL: