What is the self-referencing constraint?

Answers were Sorted based on User's Feedback



What is the self-referencing constraint?..

Answer / s

Self-referencing constraint makes the table both the parent
and dependent table in the same referential constraint. The
foreign key to the table is defined after the table is
created.

Is This Answer Correct ?    3 Yes 0 No

What is the self-referencing constraint?..

Answer / mehdee

- To me it is when we create DB2 table and we use options
like, for example:
CONSTRAINT BONUS CHECK(BONUS <= SALARY)
OR
RESTRICT ON DROP

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB2 Interview Questions

Explain the use of the WHERE clause?

1 Answers  


What is catalog database in db2?

1 Answers  


DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?

1 Answers  


Could anyone clearly explain the diference between sub query and correlated sub query?

3 Answers  


DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language

4 Answers   Accenture,


For Read Stability locks are not applicable for phantoms, What is Phantoms?

2 Answers  


What is the maximum No of rows per page?

1 Answers   IBM,


How do you simulate the explain of an embedded sql statement in spufi/qmf?

1 Answers  


How does db2 sample database connect?

1 Answers  


Describe the elements of the SELECT query syntax?

3 Answers  


What is the purpose of the DSNC transaction ?

1 Answers  


a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.

3 Answers  


Categories