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 |
How many clustering indexes can be defined for a table?
What is package versioning? Please give an example.
What is db2 stogroup?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is db2 bind process?
Explain the EXPLAIN statement?
What is an access path?
What is the difference between dbm cfg and db cfg file in db2 ?
What are simple, segmented and partitioned table spaces ?
What are some characteristics of columns that benefit from indexes?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
How to access db2 tables in mainframe?