insert query
how to insert data in a table
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj Kumar ChoudharyPosted Jun 10, 2015, 3:16 AM
In the example below, the column name
firstwill match up with the value'Luke', and the column namestatewill match up with the value'Georgia'.Example:
Khan Abrar AhmedPosted Jun 10, 2015, 3:02 AM
Rajeesh MenothPosted Jun 10, 2015, 1:40 AM
VALUES (value1,value2,value3,...);
VALUES (value1,value2,value3,...);