Describe the different type of Integrity Constraints
supported by ORACLE ?

Answers were Sorted based on User's Feedback



Describe the different type of Integrity Constraints supported by ORACLE ?..

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

Describe the different type of Integrity Constraints supported by ORACLE ?..

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

Post New Answer

More Oracle General Interview Questions

Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.

0 Answers   Infosys,


Explain the difference between replace() and translate() functions in oracle?

0 Answers  


In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?

1 Answers  


What is dynamic proxy?

0 Answers  


Explain what are the uses of rollback segment?

0 Answers  


How do I use os authentication with weblogic jdriver for oracle and connection pools?

0 Answers  


How to define a procedure inside another procedure?

0 Answers  


how to get last monday of a month?

2 Answers   Multifonds,


How to add a new column to an existing table with a default value?

0 Answers  


What are the different types of failures that occur in Oracle database?

0 Answers   HCL,


How can I convert single byte kana characters into multi byte kana characters and vice-versa.

0 Answers  


Difference between an implicit & an explicit cursor.?

2 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)