what is integrity constrains?
Answers were Sorted based on User's Feedback
Answer / srikanth
integrity constraints meanans 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.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nirav21686
Integrity constraints are used to ensure accuracy and
consistency of data in a relational database
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumara swamy naidu
it is a state in which all the data values stored in the database are correct.enforcing this we can make the quality of the data in the data base
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between "as" and "is" in an oracle stored procedure?
How many memory layers are in the oracle shared pool?
Why cursor variables are easier to use than cursors?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
How to create an initialization parameter file?
How different is ms access and oracle?
How many different types of indexes we have in oracle?
24 Answers IBM, TCS,
What is the difference between PFILE and SPFILE in Oracle?
How to convert character types to numeric types?
Can group functions be mixed with non-group selection fields?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.