Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Window functions and GROUP BY
Summary and Review
19. The Book Table

Instruction

In order to test your knowledge, we'll use a very simple table called Book. Let's check its contents.

Exercise

Select all columns from the Book table.

Each book has its own Id, the ID of its Author, a publication year (the PublishYear column), a Price, and a Rating from 0 to 10.