Math, asked by kontamjyothi, 1 month ago

how to create table's in SQL with examples.​

Answers

Answered by smilie31
1

Step-by-step explanation:

SQL INSERT statement – insert one row into a table

First, the table, which you want to insert a new row, in the INSERT INTO clause.

Second, a comma-separated list of columns in the table surrounded by parentheses.

Third, a comma-separated list of values surrounded by parentheses in the VALUES clause.

Similar questions