delete rules in db2



delete rules in db2..

Answer / vinay sonar

There are 3 rules

PARENT TABLE CHILD TABLE

ON DELETE SET NULL DELETE SET NULL

ON DELETE CASCADE DELETE DELETE

ON DELETE RESTRICT DELETE NO CHANGE

Is This Answer Correct ?    13 Yes 1 No

Post New Answer

More JCL Interview Questions

What are the 2 types of parameters in dd statement?

0 Answers  


What is the significance of addrspc parameter in exec statement?

0 Answers  


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

0 Answers  


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,


A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)

3 Answers   Cap Gemini, CSC, Xchanging,


Can we use DISP=SHR in output file in JCL

0 Answers  


What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672

6 Answers  


Can a job have only steplib and no joblib ?

6 Answers  


how do u see jobs submitted before ur job ?

1 Answers  


How to override loadlib?

0 Answers   Fiserv,


what is alternate index?

1 Answers  


What is the use of disp parameter?

0 Answers  


Categories