DataLab with SQL
Jasmin Ludolf
Senior Data Science and AI Content Developer, DataCamp


$$
SELECT sales_amount
FROM sales_data.csv
WHERE discount > 0.1 AND sales_rep = 'Bob' AND product_category = 'Clothing';
Python และ R มากกว่า 
SQL ควรโหลดข้อมูลก่อน แล้วค่อยสลับไปใช้ AI

DataLab with SQL