Add Some Data
Add new rows to a table using INSERT.
Now that you’ve created a table, it’s time to fill it with rows using INSERT INTO
.
Goal
You’ll aim to:
Insert data into your table.
Add multiple rows manually.
The books
table
This table contains basic book ...