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.
Diese Übung ist Teil des Kurses
Introduction to SQL with AI
Anleitung zur Übung
- Fix the query by replacing the incorrect field name with the correct one.
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
SELECT city
FROM customers;