Computer Science, asked by akshansh5, 1 year ago

While inserting data in mysql .is it insert into <table> value or insert into <table> values. value or values???

Answers

Answered by Anonymous
5
value will be the answer....
Answered by siddhartharao77
4
Insert Statement in MySql/Oracle:

Insert into <table-name> values.
Similar questions