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 |
How do I delete a table in db2?
What error I will get if my select query gives multiple row while executing a Cobol-DB2 program.How can I solve it without using a cursor.
4 Answers Cap Gemini, Verizon,
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
what are the copybook changes generally we done?can anyone tell me......... Thanks in advance........
What is runstats db2?
What is sqlcode -811?
7 Answers Accenture, CTS, TCS,
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
What is an alias and how does it differ from a synonym?
How will you return the number of records in table?
Can there be more than one cursor open for any program?
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
Which transaction use a command thread ?