Quiz: Add Some Data

Test your SQL skills with this quiz on adding data using INSERT INTO.

We'll cover the following...

In the last lesson, you learned how to use INSERT INTO to add new rows to a table. You practiced inserting one row at a time and also learned how to insert multiple rows in a single statement. This is how you fill your tables with real data!

Let’s check your understanding with a quick quiz.