Count of records in delivery logs using some foreign keys
How do we get the count of records in Delivery Logs schema using the primary keys of Recipients schema (for more than 20k records)?
Primary keys of recipients schema will have at least one record existing in Delivery Logs schema.

