What is a result table?
Answer / s
Result table contains rows DB2 selects from one or more
base tables.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is COPY PENDING status?
What is the cascade rule and how does it relate to deletions made with a subselect?
what is the responsibility of the construction superintendent
How many clustering indexes can be defined for a table?
In cursor program perform para varying until 1 by 1 fetch para cursor------close para in the blank what will come for confirming in the database?
Which DB2 catalog tables are used to produce a list of table column by table for all tables in a database?
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
What does DML stand for and what are some examples of it?
Can we declare cursor in Procudere division or open the cursor in the Working storage section. Is there any particular rules in the usage of cursors lifecycle
How to solve S0C7 abend with out using DISPlay in 10 mins?
What is Reorg Recovery? when will you run it?
Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?