Asked in: ZSCALER
SELECT 
    i.email,
    COUNT(c.expected_floe) AS investment_count,
    SUM(c.expected_floe) AS total_expected_flow,
// ... rest of solution available after purchaseNo explanation available for this question.