MySQL For Beginners: How to Insert multiple rows in an SQL Table
Channel:
Subscribers:
1,420
Published on ● Video Link: https://www.youtube.com/watch?v=WQ44nh0nO7Q
In this tutorial, you will learn how to use a single MySQL INSERT statement to insert multiple rows into a table.
First, specify the name of table that you want to insert after the INSERT INTO keywords.
Second, specify a comma-separated column list inside parentheses after the table name.
Third, specify a comma-separated list of row data in the VALUES clause. Each element of the list represents a row. The number of values in each element must be the same as the number of columns in the column list.
Other Videos By Amo Procedures
Tags:
mysql
mysql for beginners
insert data into mysql table
mysql tutorial
sql database
relational database
mysql create database
create sql database
microsoft sql server
mysql server
sqlserver