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


SELECT DISTINCT genre AS unique_genre
FROM books
LIMIT 15;
|

The next step is to learn more keywords and to choose which flavor you'll learn them in!
Learn PostgreSQL on DataCamp:
Learn SQL Server on DataCamp:

Introduction to SQL