Data Source is SalesForce
Note:
SalesForce support subset of SQL more information can be found here:
About “Use Query All” option: SFDC WebServices API documentation describing the queryAll() method:“You can use queryAll() to query on all Task and Event records, archived or not. You can also filter on the isArchived field to find only the archived objects. You cannot use query() as it automatically filters out all records where isArchived is set to true. You can update or delete archived records, though you cannot update the isArchived field. If you use the API to insert activities that meet the criteria listed below, the activities will be archived during the next run of the archival background process.”
Connecting to SalesForce
SalesForce Bulk API