Introduction to SQL with AI
Jasmin Ludolf
Senior Data Science Content Developer
$$
$$
$$
SELECT unit_price * 2
FROM products;
...
1299.98
...
SELECT product_name * 2
FROM products;
...
Error!
...
NUMERIC
precision sufficient for a few decimals$$
Introduction to SQL with AI