How to insert more than one record using insert?
Answer Posted / nahid gorji
using insert into table1 (column-list or *) 479 select
column-list or * from another table
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Define db2 and its databases?
Why select is not preferred in embedded sql programs?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What is db2 instance?
What is deadlock in db2?
Mention the downsides of page level lock.
Give the name of some fields form sqlca.
What is meant by union and union all?
What is the difference between cursor stability and repeatable read isolation levels?
How do I import data from excel to db2?
List out the data types available.
What is rct?
What is the use of db2?
How to find schema of a table in db2?
Define declaration generator (dclgen).