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
How can you find out the # of rows updated after an update statement?
What is buffer pool and list some of them?
What is rebind in db2?
What is a db2 table?
Explain various types of locks in db2?
what is diffrence b/w file-aid tool and file-aid utility???
What are packages in db2?
What is copy pending status in db2?
What is runstats utility in db2?
How does coalesce work?
How to take backup of table in db2?
What is db2 instance?
What is package in cobol db2?
What is db2? Explain.
What are the two types of logging in the db2 database? Explain them.