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...

Integrity constraints means..? how many and what are they?

Answer Posted / firoz basha

Integrity constraint:- An IC is one which does not allow
invalid data entry into the database.
there are 3 types of Integrity constraints:
1. Entity Integrity COnstraint
primary key
unique key
Primary key does not allow null values and duplicate
values
unique key does not allow duplicate values.
unique key allows any number of null values (in case
of oracle)
unikey key allows only one null value. i.e, single null
value ( in the case of sql server 2000)
2. Domain Integrity Constraint
not null constraint
check constraint
rule constraint (in case of SQL SERVER 2000)
rule is an alternate to check constraint
3. Referential Integrity constraint
foreign key constraint

Is This Answer Correct ?    34 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how node connect with cpu?

2172


Why do we need distributed database?

1043


What is the difference between specialization and generalization?

1072


What is Object Oriented model?

1075


What happens when shared and exclusive locks are applied on data item?

1088


What is odm database?

1079


if i want to display the name of students such that to which city they belong must have count greaer than two

2305


What is the advantage of varchar2 over char?

1309


What is table scan and index scan?

1163


How does non-cluster index functions?

1182


Why merge statement is used inside the database?

1154


Write a query to retrieve for many to many relationships?

1060


Under which circumstance should you create an index on a table?

1234


how can we view column head in first page but not in remaining pages?

2082


What is ole db source in ssis?

1050