Lesson 5


Adding data to a SQL Database using Insert

In this lesson you will use the insert statement to add records to a database

Concepts used in this lesson include:

SQL Insert – used to insert data

Commands used in this lesson include

insert into actor(actor_id, first_name, last_name) values(1, ‘John’, ‘Smith’);

Leave a Reply

Your email address will not be published. Required fields are marked *