Introduction to SQL with AI
Jasmin Ludolf
Senior Data Science Content Developer
$$
$$
$$
Prompt: Show me all customers from New York
SELECT city
FROM customers;
$$
Prompt: What countries are in the customers table?
$$
$$
Review code for errors Test on a small sample Verify the results
$$
Introduction to SQL with AI