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
Give a brief description of db2 isolation levels?
What is the use of reorg in db2?
What does a deadlock mean in DB2?
Explain the function done by data manager?
How does coalesce work?
What is concurrency?
What is the use of db2?
is it compulsory commitment control in journal?
How can you count the number of rows from a table tab?
What is difference between isnull and coalesce?
What is syscat in db2?
What is catalog database in db2?
What is db2 catalog database?
What is declare cursor?
What are catalog tables in db2?