Data Integrity constraint is ----------------------

Showing Answers 1 - 4 of 4 Answers

premika

  • Jul 8th, 2005
 

primary,not null,unique 

  Was this answer useful?  Yes

Kiranmayi

  • Jul 16th, 2005
 

Oracle uses integrity constraints to prevent invalid data entry into the database. It can be achieved using NOTNULL, Primary Key ,CHECK, Foreign Key etc..... constraints

  Was this answer useful?  Yes

Data integrity constraint is a declarative method of defining a rule for a column of a table. ex. Not Null, Unique Key , PRIMARY KEY, FOREIGN KEY, CHECK.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions