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
What is package in db2 mainframe?
What is a dbrm in db2?
What are the different types of base tables?
Explain about rct.
Is it possible using max on a char column?
Explain the function of data manager.
What is scrollable cursor in db2?
What is the physical storage length of date data type?
What is a db2 table?
How do you concatenate the firstname and lastname from emp table to give a complete name?
What are foreign keys in db2?
What is the picture clause of null indicator variable?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
How can deadlocks be resolved?
Which isolation level provides maximum concurrency?