Add Data to a Table with SQL Insert

InstructorTyler Clark

Share this video with your friends

Send Tweet

Tables in databases are not worth much value if they do not actually hold data. In this lesson we will use the insert statement to add rows of data to our table. We'll break down each component of the statement and review what is required for a successful insert.