delete rules in db2

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are s0c1, s0c4, s0c5, s0c7 and socb?

935


Is it possible to code instream data in a PROC?

984


Why block size is multiple of lrecl in jcl?

1128


Explain the purpose of dd * statement in jcl?

813


What is the difference between the positional and keyword parameters? Give examples.

951


How does jcl specify the job to the operating system?

954


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1121


Is there any command to check wether the ps file is in sorted order?

2625


What are the rules employed while naming the steps in a job?

915


what are the statements that are not valid to be included in an include statement?

1083


Explain about LMFREE�free data set from its association with data ID

1294


What are the 2 types of parameters in dd statement?

871


What parameters can be used to limit the number of records written to a sysout dataset?

1008


what operation is performed by job statement?

841


Explain how can an in-stream dataset be terminated?

955