In db2, how do you insert multiple rows in 1 query using a.)
Cursors, b.) Normal query?? Give syntax for both.
Answer Posted / vaibhav
We can insert by using the following command:-
Insert into tablename
(col1,col2,col3,....)
values(&emp-no, '&emp-name', .....)
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Explain about dbrm.
What is the difference between dbm cfg and db cfg file in db2 ?
Comment whether the cursor is closed during commit or not.
What is deadlock in db2?
When reorg is used?
What is database manager in db2?
How to get the ddl of a table in db2?
What is the maximum size of varchar data type in db2?
How is the value function used?
What is sqlca’s maximum length?
What os does db2 run on?
What r the comman abends in db2, jcl and cobol???????
What is db2 connect?
Where do you specify them?
What is the result of open cursor statement?