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
Why do we use cursor?
What is the difference between spufi and qmf?
What are packages in db2?
What do you mean by storage group (stogroup)?
What is scrollable cursor in db2?
What does a deadlock mean in DB2?
How to execute stored procedure in db2 command editor?
Which command is used to connect to a database in DB2 ? Give the Syntax.
How to connect to db2 database from windows command line?
Explain the benefits you can get from mainframe connect?
What is db2 purescale?
What is cursor in dbms?
What is sqlca?
What are the uses of db2 optimizer?
Which components manage deadlocks in db2?