Computer Science, asked by alokkumar435501, 1 month ago

0.1 What is the use of INSERT statement in SOL ? Write its syntax with example ?​

Answers

Answered by mrsanjusingh78
4

Answer:

There are two basic syntaxes of the INSERT INTO statement which are shown below. INSERT INTO TABLE_NAME (column1, column2, column3,...columnN) VALUES (value1, value2, value3,...valueN); Here, column1, column2, column3,...columnN are the names of the columns in the table into which you want to insert the data.

Explanation:

here is your answer if you like my answer please follow

Answered by llDevilBOyll
34

Answer:

There are two basic syntaxes of the INSERT INTO statement which are shown below. INSERT INTO TABLE_NAME (column1, column2, column3,...columnN) VALUES (value1, value2, value3,...valueN); Here, column1, column2, column3,...columnN are the names of the columns in the table into which you want to insert the data.

Similar questions