Add Some Data
Add new rows to a table using INSERT.
We'll cover the following...
We'll cover the following...
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 information, including the title, author, and number of pages for each book.