How to INSERT INTO table in SQL

Published: 16 February 2022
on channel: Learn SQL
163
2

This video is about how to INSERT INTO table in SQL.

Script:
INSERT INTO dbo.persons (id,first_name,last_name,email,telephone)
VALUES
(1,'Peter','Smith','[email protected]','934566433'),
(2,'Carl','Mike','[email protected]','934566433')

Keywords:
how to insert into table in sql,sql insert into table,insert into table in sql,insert into table sql server,script insert into table sql,show insert into table sql,sql insert into table statement,insert into table,sql insert into table example,insert into table sql,insert into table sql server management studio,insert into table microsoft sql server,learn sql,how to insert data to table in sql,how to add data to table in sql,insert data sql,add data sql


Watch video How to INSERT INTO table in SQL online without registration, duration hours minute second in high quality. This video was added by user Learn SQL 16 February 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 163 once and liked it 2 people.