What are delete-connected tables?
Answer / s
tables that are connected in a referential integrity
relationship. Delete of the primary keys deletes the
corresponding foreign keys.
Is This Answer Correct ? | 2 Yes | 0 No |
what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
How does a cursor work?
What is the logical entity between plan and Package?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
When DB2 connection fails, will online program work or give errors.
What are the Isolation levels possible ?
What are some characteristics of columns that benefit from indexes?
What is query for your birthday date should be in hours,minute and seconds format?
How Plan is created while executing the query using SPUFI?
Comment whether the cursor is closed during commit or not.
What is the use of reorg in db2?
Can a Db2 table data be retrived through JCL?