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
English,
15 days ago
India Languages,
15 days ago
Math,
15 days ago
Accountancy,
1 month ago
Hindi,
8 months ago
History,
8 months ago