Tell me about how you approach technical questions involving Azure and AWS in a customer conversation.
For this SQL exercise, use the provided tables to identify customer conversations that include technical questions about both platforms. Return the requested conversation-level results.
Output
- One row per conversation that includes questions about both Azure and AWS.
- Columns:
conversation_id, customer_name, conversation_date, question_count, unresolved_question_count, and latest_question_at.
- Count only Azure and AWS questions. Treat
resolved = false or resolved IS NULL as unresolved.
- Order by
conversation_date descending, then conversation_id ascending.