Introduction to SQL with AI
Jasmin Ludolf
Senior Data Science Content Developer



$$
⚠️ AI can make mistakes!
$$
Understand SQL to:
$$

$$
🏆 Course goals:
$$

$$
$$
$$

$$

$$
$$
Storage:
$$

$$
$$

$$
$$
$$
$$

$$
$$
$$

Prompt: What are the product names?
SELECT product_name
FROM products;

Prompt: What are the product names?
SELECT product_name
FROM products;

Prompt: What are the product names?
SELECT product_name
FROM products;

Prompt: What are the product names?
SELECT product_name
FROM products;

Prompt: What are the product names?
SELECT product_name
FROM products;
Formatting best practices:
SELECT, FROM; at the end of a query$$
$$

Introduction to SQL with AI