ComeçarComece de graça

Iterating on queries

You're exploring customer data and used the AI assistant to help find out where your customers are from.

Without the schema information, it assumed that the table included some city information. You need to iterate on this with the AI assistant to correct the query to look at country instead.

Este exercício faz parte do curso

Introduction to SQL with AI

Ver curso

Instruções do exercício

  • Fix the query by replacing the incorrect field name with the correct one.

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

SELECT city
FROM customers;
Editar e executar o código