What is an Integrity Constrains ?
Answers were Sorted based on User's Feedback
Answer / din dayal singh
Integrity constraints are used to ensure accuracy and
consistency of data in a relational database.[citation
needed] Data integrity is handled in a relational database
through the concept of referential integrity. There are many
types of integrity constraints that play a role in
referential integrity.
Entity integrity
Referential Integrity
Domain Integrity
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nishi
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deva
Primary key and unique key constraints are known as
integrity constraints where they are supposed to check the
unique of the records.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the disadvantage of User defind function?
What is where clause in oracle?
How to use fetch statement in a loop?
How to drop an index?
What is the difference between translate and replace in oracle?
Whatz the main diff between Subquery and a Join
14 Answers Oracle, Zeta Interactive,
12. Display the client name in upper case only and in lower case only.
Explain temporal data types in oracle
How are extents allocated to a segment?
How to define a data field as not null?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
How to create a stored function in oracle?