Describe the different type of Integrity Constraints
supported by ORACLE ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prna
SELECT MIN(SAL) FROM (SELECT SAL FROM (select sal from emp group by sal order by sal desc) WHERE ROWNUM<=3)
| Is This Answer Correct ? | 1 Yes | 1 No |
Why do we need integrity constraints in a database?
find out first highest salary?
10 Answers Verinon Technology Solutions,
what are indexes..how many types of index's are there and what are they?
7 Answers Green Info Solutions, TCS,
What is difference between Rename and Alias?
What are dml statements in oracle?
how to get the index id?
How many types of database triggers exist?
How to delete a user account in oracle?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
How to empty your oracle recycle bin?
What is the difference between 10g OEM and 11g OEM?
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.