Quiz: Add Some Data
Test your SQL skills with this quiz on adding data using INSERT INTO.
We'll cover the following...
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 ...