English, asked by priyalsoni1806, 1 month ago

Write a query to insert new value to the table​

Answers

Answered by joshimleena
0

Explanation:

Only values: First method is to specify only the value of data to be inserted without the column names.

INSERT INTO table_name VALUES (value1, value2, value3,…);

table_name: name of the table.

value1, value2,.. : value of first column, second column,… for the new record.

Similar questions
Math, 8 months ago