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 is the role of union all and union
Explain package in db2 and its advantages?
List out the buffer pools in db2
What are the rules for db2 programming?
What happens in bind step in a db2 program?
What is a storage group (stogroup)?
How do you concatenate the firstname and lastname from emp table to give a complete name?
What is deadlock in db2?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
Explain in brief how does db2 determine what lock-size to use?
How can the duplicate values be eliminated from db2 select?
can all users have the privilage to use the sql statement select * (dml)?
Can you tell me how can you find out the # of rows updated after an update statement?
How to get the ddl of a table in db2?
What is the default page size of buffer pools?