While inserting data in mysql .is it insert into <table> value or insert into <table> values. value or values???
Answers
Answered by
5
value will be the answer....
Answered by
4
Insert Statement in MySql/Oracle:
Insert into <table-name> values.
Insert into <table-name> values.
Similar questions