Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is referential integrity?

Answers were Sorted based on User's Feedback



What is referential integrity?..

Answer / sadiq afroze

Referential integrity refers to the consistency that must be
maintained between primary and foreign keys, i.e. every
foreign key value must have a corresponding primary key value

Is This Answer Correct ?    22 Yes 5 No

What is referential integrity?..

Answer / renu gupta

Referential integrity refers to the consistency that must
be maintained between primary and foreign keys.

1.An insert into primary key table cannot violate
referential integrity and no checking is required
2.A deletion of foreign key value can not violate
referential integrity and no checking is required
3.Changes in primary key is allowed only when those values
are not in foreign key.
4.Insert and updates in foreign key is allowed only when it
has a matching value in primary key
5. If RESTRICT is specified on foreign key definition,
deletion of primary key is not allowed
6. If CASCADE is specified, both primary and foerign keys
values can be deleted together only
7. If SET NULL is specified, then the foreign key value is
set null , provided nulls are allowed in the foreign key
column

Is This Answer Correct ?    12 Yes 4 No

What is referential integrity?..

Answer / raghavendra k

For every Foriegn Key value in child table, there must be
same value is present in primary key column of parent table.

Is This Answer Correct ?    6 Yes 3 No

What is referential integrity?..

Answer / pranab kumar mohanty

The relation of the primary key of a base table with
foreign key of the reference table is known as referential
integriety.

Is This Answer Correct ?    5 Yes 2 No

What is referential integrity?..

Answer / guest

It is used relate more than table using RDBMS.For example
if you two table TAB1,TAB2.TAB1 which has column empno with
value ,TAB2 which has same value as previous mentioned TAB1
value.

Row in one table that are related Row in another table .

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More DB2 Interview Questions

Under what circumstances will DB2 allow an SQL statement to update more than one primary key value at a time?

1 Answers  


What is the difference between using bind () and rebind () methods of naming class?

0 Answers  


I have a table which has thousand of records i want to fetch only record num 100 to record num 200. Write a query that satisfies this criteria.(Cant use any keys) Anyone please reply ASAP!

17 Answers   KNIT, Tech Mahindra,


in a table consist of 1000 records among that i was updated 145 record how could i know that ..list of recently updated record's and where could i see those updated record's....pls help me out....

4 Answers   Infosys,


Which isolation level provides highest data integrity?

0 Answers  


Why might full image copies be faster to implement than an incremental image copy?

4 Answers  


what is a corelated subquerry?

0 Answers   IBM,


What is an intent lock?

3 Answers  


Explain the function of data manager.

0 Answers  


Explain transactions, commits and rollbacks in DB2.

3 Answers  


How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?

3 Answers   CTS, IBM,


What are the full forms of spufi and dclgen and why are they used?

0 Answers  


Categories