Integrity constraints means..? how many and what are they?
Answers were Sorted based on User's Feedback
Answer / 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 |
Integrity constraints provide a way of ensuring that
changes made to the database by authorized users do not
result in a loss of data consistency.
An integrity constraint can be any arbitrary predicate
applied to the database.
They may be costly to evaluate, so we will only consider
integrity constraints that can be tested with minimal
overhead.
Types of integrity constraints
(1) Non-null
(2) Key
(3) Referential integrity
(4) Attribute-based
(5) Tuple-based
(6) General assertions
plzz let me know if it's wrong
| Is This Answer Correct ? | 18 Yes | 9 No |
Answer / sriram s
Domain integrity enforces valid entries for a given column
by restricting the type , the format or the range of
possible values
| Is This Answer Correct ? | 6 Yes | 0 No |
Domain Integrity Constraint
//not null constraint this is not come
check constraint
//rule constraint (in case of SQL SERVER 2000)
//rule is an alternate to check constraint
only check because it is used as whole domain while all are
in row or tuple !
| Is This Answer Correct ? | 4 Yes | 0 No |
What is OQL?
On startup, the transaction log of a database has filled and recovery has suspended, what can I do?
What advantages does DBMS have over traditional file systems?
What is a Transformation?
What does new grouping sets enables you to do?
Explain inner and outer joins with examples.
How to do performance tunning a database in DB2 V8.2 UDB in linux
Explain the record term used in database.
Hi, I want do a course in DWH Informatica Administrator and Abinito Administrator please tell me some institute in chennai and i am searching for a job,so please help me and my mail id : satty_rh@yahoo.co.in Thanks, Kumar
issues involved in modeling and building data werahouses
Explain the table term used in database.
What is the difference between data source and database?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)