Mysql
_____
Q. To add a new row for the product with the details: "106", "vibro exercise", 23000 manufacturers: "Avon Fitness".
please Ans
(Spam Ans will be reported!)
Answers
Answered by
2
below is the explanation of your question.let the table name is product and you will put the column name over the places of colum name and values at place of values
Explanation:
INSERT INTO product (column1, column2, column3, ...)
VALUES (value1, value2, value3, ...);
Similar questions