Write a query to insert new value to the table
Answers
Answered by
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,
1 month ago
Math,
1 month ago
Accountancy,
2 months ago
Hindi,
10 months ago
History,
10 months ago