Challenge: Book list database



Store favourite books in a table.



Step 1



Hint


CREATE TABLE …;

What are your favourite books? You can make a database table to store them in! In this first step, create a

table to store your list of books. It should have columns for id, name, and rating.