Introduction to SQL
Jasmin Ludolf
Senior Data Science Content Developer, DataCamp


SELECT DISTINCT genre AS unique_genre
FROM books
LIMIT 15;
|

Dalším krokem je naučit se více klíčových slov a zvolit si variantu SQL!
Naučte se PostgreSQL na DataCamp:
Naučte se SQL Server na DataCamp:

Introduction to SQL