what is load and unload in db2
Answer / mohd rizwan patel
Loading records from PS, or from vsam files to directly into
table, by using LOAD utility of DB2.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the SQL Communications Area and what are some of its key fields?
What is db2 connect?
How many Buffer pools are there in DB2 and what are they?
i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?
how does the defining of a stored procedure effect the size of a DB2 data base A) it increases the size of a data base B) it decreases the size of a data base C) it does not effect the size of the data base D) it changes the table space structures
what are the bind parameters?
I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?
How do I start db2 in windows?
What DB2 Catalog column tell you when an index needs table reorganized ?
How do I delete a table in database?
How do you stop a db2 database in linux?