what is data integrity
Answers were Sorted based on User's Feedback
Answer / ankush
Data integrity refers to the validity of data, meaning data
is consistent and correct.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / avr murthy
Data integrity allows to define certain data quality
requirements that the data in the database needs to meet.
If a user tries to insert data that doesn't meet these
requirements, Oracle will not allow so.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / naidu
Data integrity is which all the data values stored in the
database are correct and enforcing data integrity ensures
the quality of the data in the database
Is This Answer Correct ? | 3 Yes | 2 No |
Why use stored procedures?
Can u create a primary key with out unique index.
what is the difference between char_length and length? : Sql dba
How to fetch the rows by dynamicaly passing table name through cursor?
How many sql core licenses do I need?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
Is it possible to read/write files to-and-from PL/SQL?
Can we insert delete data in view?
What is forward declaration in pl sql?
Does inner join return duplicate rows?
What is sql scripting?
What is parameter substitution in sql?