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 are the oracle built-in data types?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
How to update rows in table, suppose i have lacks of rows in table how to update total table with update statement. Can u please any one answer this question with update statement.
What is a lookup table in oracle?
what is view?
How to return top 5 rows in oracle?
What is data file?
How will you write a query to get a 5th rank student from a table student_report?
What is meant by raw datatype?
what is the difference between substr and instr function in oracle?
What is Partitions in Table ?
How to connect to a remote server?