When can an insert of a new primary key value threaten
referential integrity?
Answers were Sorted based on User's Feedback
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 |
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 |
How to see the structure of db2 table??
What is the difference between group by and order by?
What are common abends
COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?
What does db2 mean?
Is ibm db2 open source?
what needs to be done if a table is in copy pending / check pending status?
max number of columns in a db2 table?
What technique is used to retrieve data from more than one table in a single SQL statement?
How do you prepare a COBOL + DB2 program from coading till execution ?
What is image copy?
What is the difference between IN subselects and EXISTS subselect?