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 information, including the title, author, and number of pages for each book.

Get hands-on with 1400+ tech skills courses.