When can an insert of a new primary key value threaten
referential integrity?

Answers were Sorted based on User's Feedback



When can an insert of a new primary key value threaten referential integrity?..

Answer / naveen

When this primary key is also a foreign key to another
table and that table is not having the value you are trying
to insert.

RI constraint doesn't allow you to insert a primary key
value into your table if its not present in table your are
having constraint with

Is This Answer Correct ?    4 Yes 0 No

When can an insert of a new primary key value threaten referential integrity?..

Answer / pawan

when the value violates the rule of primary key....new
insert value must be unique.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More DB2 Interview Questions

What is concurrency?

0 Answers  


What is the meaning concurrency in the db2 database?

0 Answers  


What is cursor in dbms?

0 Answers  


What is a LIKE table and how is it created?

2 Answers  


how can i pull up a query which was previously stored in qmf

3 Answers  






What is filter factor?

2 Answers  


Is Cursor exicutable ?

3 Answers   TetraSoft,


how to resolve -811 sqlcode .give clear explaination

3 Answers   IBM,


database DSNDB01 means a.db2 catalog b.db2 directory c.BSDS d.active logs answer with reason please

1 Answers  


Explain the function of data manager.

0 Answers  


How to resolve -407 sql code in DB2?

9 Answers   Cap Gemini,


If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?

8 Answers   Accenture,


Categories