Customer Segmentation Analysis
Example Prompt:
Example Response:
Related Tasks:
Email Campaign Optimization
Example Prompt:
Example Response:
Related Tasks:
Database Query Assistance
Example Prompt:
Example Response:
SELECT DISTINCT c.customer_id, c.name, c.email
FROM customers c
JOIN purchases p ON c.customer_id = p.customer_id
WHERE p.purchase_date >= NOW() - INTERVAL 30 DAY;
Related Tasks:
Performance Report Generation
Example Prompt:
Example Response:
Related Tasks:
Marketing Strategy Formulation
Example Prompt:
Example Response:
Related Tasks: