IBM DB2 Question: Download IBM DB2 PDF

What is the self-referencing constraint?

Tweet Share WhatsApp

Answer:

A31. The self-referencing constraint limits in a single table the changes to a primary key that the related foreign key defines. The foreign key in a self referencing table must specify the DELETE CASCADE rule.

Download IBM DB2 PDF Read All 32 IBM DB2 Questions
Previous QuestionNext Question
Is DECLARE CURSOR executable?A user
defined name that is the anchor for packages. It has not physical existence. Main usage is to group packages.

In SPUFI suppose you want to select max. of 1000 rows , but the select returns only 200 rows.