Translating between flavors
In the previous exercise, you wrote the following code using PostgreSQL:
SELECT genre
FROM books
LIMIT 10;
How would you update this query to work with SQL Server?
This exercise is part of the course
Introduction to SQL
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
