Describe the different type of Integrity Constraints
supported by ORACLE ?
Answer Posted / allin
5 Different integrity constraints are given
1- Primarykey- creating the index and better performance
2- Unique - should not accept the repeated value
3- NotNull - Should enter any value
4- ForeignKey - can accept values which the values should
existed in primarykey column.Should accept
null values.
5- Check - between the two boundaries.
Thanks & Regards,
RatnaRao
9833847339
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a trigger and what are its types?
How to assign a table row to a record variable?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What privilege is needed for a user to connect to oracle server?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What are a cluster and non-cluster index?
What are the limitations of check constraint?
How to convert a string to a date in oracle database?
What is archive log in Oracle?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
What are the different types of modules in oracle forms?
What are triggers in oracle?
What is enter substitution variable in oracle?
In the oracle version 9.3.0.5.0, what does each number shows?
material view and view disadvantages?