ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Introduction to SQL with AI

Ver curso

Instrucciones del ejercicio

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

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

SELECT city
FROM customers;
Editar y ejecutar código