Answer Posted / guest
integrity Constraints is used by oracle to check data
Integrity while performing operations into database.
Like columns is defined as not null.User cannot insert null
values into this column
Constraints:
1. Primary Key
2. Unique Key
3. Not Null
4. Referential Integrity(Foreign Key)
5.Check Constraints
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is sql rowcount?
Explain what is a field in a database and record in a database?
What is blind sql injection?
What is query optimization in sql?
What is a string data type in sql?
What is informix sql?
Is there a way to automate sql execution from the command-line, batch job or shell script?
Is sql low level language?
How do I write a cron which will run a sql query and mail the results to agroup?
How sql query is executed?
How many aggregate functions are available there in sql?
what is the use of double ampersand (&&) in sql queries?
How to change the order of columns in Oracle SQL Plus ?
What are the different sql commands?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?