Does insert into command creates a new table if there is no table with the same name? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does insert into command creates a new table if there is no table with the same name?

12th Apr 2018, 8:20 AM
Ankit Verma
Ankit Verma - avatar
2 Answers
+ 15
The SQL INSERT INTO Statement is used to add new rows of data to a table in the database check out this links for more info & examples 👇 https://www.tutorialspoint.com/sql/sql-insert-query.htm https://www.geeksforgeeks.org/sql-insert-statement/ https://www.w3schools.com/sql/sql_insert.asp
12th Apr 2018, 8:44 AM
🌛DT🌜
🌛DT🌜 - avatar
0
nope you have to create a table first using CREATE TABLE TABLENAME
12th Apr 2018, 11:12 AM
Prajwal Jm
Prajwal Jm - avatar