Computer Science, asked by palakgupta2395, 6 months ago

Write the steps to create a table in sql with create command and insert two rows in it.​

Answers

Answered by Anonymous
5

acc. to me - 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.

Answered by rs869radia
4

Answer:

hope it is helpful to you

Attachments:
Similar questions