How to insert more than one record using insert?
Answer Posted / sandeep kumar
insert into tablename(col1, col2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
....................
....................
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
what are bind concepts in db2 cobol?
What is the meaning concurrency in the db2 database?
What is the maximum length of sqlca?
Is db2 relational database?
What is lock escalation in db2?
Explain the contention situations caused by locks?
What is multi row fetch in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
What does db2 mean?
What is reorg?
What is the use of commit in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What is access path in db2?
What is database alias db2?
How to retrieve rows from a db2 table in embedded sql?