What is the cascade rule and how does it relate to
deletions made with a subselect?



What is the cascade rule and how does it relate to deletions made with a subselect?..

Answer / s

Cascade deletes the foreign keys when the primary key is
delted.

When using subselect the rows deleted are based on the rows
that qualify for the subselect.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More DB2 Interview Questions

What are the three types of page locks that can be held?

1 Answers  


Explain the function done by data manager?

0 Answers  


What do you mean by cursor?

0 Answers  


What is the reason behind not using select * in embedded sql programs?

0 Answers  


I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.

5 Answers  






Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the details inside Plan.

2 Answers   IBM,


What does the CHECK Utility do ?

1 Answers  


What is scrollable cursor in db2?

0 Answers  


Name the various locking levels available?

0 Answers  


Describe what a storage group(STOGROUP) is?

2 Answers  


what is differnece between DROP TABLE & DELETE TABLE .

4 Answers   Cap Gemini,


Name the lockable units in DB2?

0 Answers  


Categories