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
is there a tool to trace queries, like profiler for sql server?
What is null value in oracle?
Difference between the “verify” and “feedback” command?
How to display row numbers with the records?
How to export several tables together?
How to create a table index?
How to specify default values in insert statement using oracle?
What are ddl statements in oracle?
What is the usage of analyze command in oracle?
What do you understand by database schema and what does it hold?
How do I limit the number of oracle database connections generated by weblogic server?
Is the After report trigger fired if the report execution fails ?
What is primefaces used for?
How to use an explicit cursor without open statements?
Explain the different normalization forms?